Skip to content
Snippets Groups Projects
Commit b18c888b authored by Dominic Kempf's avatar Dominic Kempf
Browse files

fixup

parent 4fd65626
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
#define DUMP_TIMER(level,name,os,reset)\
if (HP_TIMER_DURATION(name) > 1e-12) \
os << #level << " " << ident << " " << #name << " time " << Dune::PDELab::TSC::seconds(HP_TIMER_DURATION(name)) << std::endl; \
HP_TIMER_OPCOUNTERS(name).reportOperations(os,ident,#name,reset);
HP_TIMER_OPCOUNTERS(name).reportOperations(os,#level,ident,#name,reset);
#define DUMP_AND_ACCUMULATE_TIMER(level,#level,name,os,reset,time,ops) \
if (HP_TIMER_DURATION(name) > 1e-12) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment