We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09959b commit 7fa21a1Copy full SHA for 7fa21a1
source/module_base/timer.cpp
@@ -146,8 +146,8 @@ void timer::print_all(std::ofstream &ofs)
146
const std::string &name = timer_pool_order_A.first.second;
147
const Timer_One &timer_one = timer_pool_order_A.second;
148
149
- // if(timer_one.cpu_second < small)
150
- // continue;
+ if(timer_one.cpu_second < small)
+ continue;
151
152
ofs << std::resetiosflags(std::ios::scientific);
153
ofs << " "
0 commit comments