Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/source_base/timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void timer::print_all(std::ofstream &ofs, const bool check_end)
const std::string table = "\nTIME STATISTICS\n" + time_statistics.str();
std::cout<<table<<std::endl;
ofs<<table<<std::endl;
write_to_json("time.json");
// write_to_json("time.json");

}
}