Skip to content

Commit

Permalink
Change result_loop Avg Time/Event to 1 digit
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 7, 2024
1 parent 3ef25ee commit bef2c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/src/Tracking/Reco/CKFProcessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void CKFProcessor::onProcessEnd() {
<< std::setprecision(3) << profiling_map_["ckf_run"] / nevents_
<< " ms";
ldmx_log(info) << "result_loop Avg Time/Event = " << std::fixed
<< std::setprecision(3)
<< std::setprecision(1)
<< profiling_map_["result_loop"] / nevents_ << " ms";
}

Expand Down

0 comments on commit bef2c97

Please sign in to comment.