Skip to content

Commit

Permalink
Add code to write when a module function begins
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnorman committed Nov 17, 2023
1 parent 44bbe7e commit d05c0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pam_core/pam_coupler.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ namespace pam {
void run_module( std::string name , F const &f ) {
#ifdef PAM_FUNCTION_TRACE
dm.clean_all_entries();
std::cout << "MMF Module " << name " beginning." << std::endl;
#endif
#ifdef PAM_FUNCTION_TIMERS
yakl::timer_start( name.c_str() );
Expand Down

0 comments on commit d05c0bd

Please sign in to comment.