Skip to content

Commit 7fa21a1

Browse files
committed
recover a change in timer.cpp
1 parent d09959b commit 7fa21a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_base/timer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ void timer::print_all(std::ofstream &ofs)
146146
const std::string &name = timer_pool_order_A.first.second;
147147
const Timer_One &timer_one = timer_pool_order_A.second;
148148

149-
// if(timer_one.cpu_second < small)
150-
// continue;
149+
if(timer_one.cpu_second < small)
150+
continue;
151151

152152
ofs << std::resetiosflags(std::ios::scientific);
153153
ofs << " "

0 commit comments

Comments
 (0)