Skip to content

Commit

Permalink
Merge pull request #2269 from DARMA-tasking/2265-remove-lb-timing-fro…
Browse files Browse the repository at this point in the history
…m-replay

#2265: replay: remove timing of lb
  • Loading branch information
nlslatt committed Apr 10, 2024
2 parents 0daa9c8 + 6e6aa38 commit 119a0b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vt/vrt/collection/balance/workload_replay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,7 @@ void replayWorkloads(
vt::pipe::LifetimeEnum::Once, postLBWork
);
auto lb = theLBManager()->decideLBToRun(phase, true);
auto const start_time = timing::getCurrentTime();
theLBManager()->startLB(input_phase, lb, cb);
auto const total_time = timing::getCurrentTime() - start_time;
if (lb != LBType::NoLB) {
vt_print(replay, "Time in load balancer: {}\n", total_time);
}
});
runInEpochCollective("WorkloadReplayDriver -> destroyLB", [&] {
theLBManager()->destroyLB();
Expand Down

0 comments on commit 119a0b2

Please sign in to comment.