Skip to content

Commit c37671b

Browse files
mohanchenabacus_fixer
andauthored
Do not output timer.json. If timer information is required, please extract it from running.log instead. (#7261)
Co-authored-by: abacus_fixer <mohanchen@pku.eud.cn>
1 parent 302ab21 commit c37671b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/source_base/timer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void timer::print_all(std::ofstream &ofs, const bool check_end)
348348
const std::string table = "\n TIME STATISTICS\n" + time_statistics.str();
349349
std::cout<<table<<std::endl;
350350
ofs<<table<<std::endl;
351-
write_to_json("time.json");
351+
// write_to_json("time.json");
352352

353353
}
354-
}
354+
}

0 commit comments

Comments
 (0)