Skip to content

Commit

Permalink
#1435: BaseLB: pretty-print time in LB statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 12, 2021
1 parent 9c805ff commit 2d5e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/baselb/baselb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void BaseLB::finalize(CountMsg* msg) {
vt_print(
lb,
"BaseLB::finalize: LB total time={}, total migration count={}\n",
total_time, global_count
timing::Timing::getTimeWithUnits(total_time), global_count
);
fflush(stdout);
}
Expand Down

0 comments on commit 2d5e157

Please sign in to comment.