Skip to content

Commit 3fadd99

Browse files
committed
#2265: replay: remove timing of lb
1 parent e3f0eb9 commit 3fadd99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vt/vrt/collection/balance/workload_replay.cc

-5
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,7 @@ void replayWorkloads(
230230
vt::pipe::LifetimeEnum::Once, postLBWork
231231
);
232232
auto lb = theLBManager()->decideLBToRun(phase, true);
233-
auto const start_time = timing::getCurrentTime();
234233
theLBManager()->startLB(input_phase, lb, cb);
235-
auto const total_time = timing::getCurrentTime() - start_time;
236-
if (lb != LBType::NoLB) {
237-
vt_print(replay, "Time in load balancer: {}\n", total_time);
238-
}
239234
});
240235
runInEpochCollective("WorkloadReplayDriver -> destroyLB", [&] {
241236
theLBManager()->destroyLB();

0 commit comments

Comments
 (0)