Skip to content

Commit

Permalink
[dKaMinPar:LP] Fix missing STOP_TIMER() when running without cluster …
Browse files Browse the repository at this point in the history
…weight control
  • Loading branch information
DanielSeemaier committed Oct 4, 2023
1 parent 39353d8 commit fb69280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class GlobalLPClusteringImpl final
}

void control_cluster_weights(const NodeID from, const NodeID to) {
START_TIMER("Synchronize cluster weights");
SCOPED_TIMER("Synchronize cluster weights");

if (!should_sync_cluster_weights()) {
return;
Expand Down

0 comments on commit fb69280

Please sign in to comment.