From ca063c9c5506244f1d77c0a4874c45dff786700d Mon Sep 17 00:00:00 2001 From: abacus_fixer Date: Sun, 19 Apr 2026 22:19:01 +0800 Subject: [PATCH] Do not output timer.json. If timer information is required, please extract it from running.log instead. --- source/source_base/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/source_base/timer.cpp b/source/source_base/timer.cpp index 8ddeb848a9d..59a8f7e767b 100644 --- a/source/source_base/timer.cpp +++ b/source/source_base/timer.cpp @@ -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<