Skip to content

Commit 73eeaa2

Browse files
author
Dominik Rosch
committed
sparsification timer
1 parent c45f67f commit 73eeaa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kaminpar-shm/coarsening/threshold_sparsifying_cluster_coarsener.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ bool ThresholdSparsifyingClusterCoarsener::coarsen() {
109109
);
110110

111111
auto recontracted = [&]() {
112+
SCOPED_TIMER("Sparsification");
112113
if (_s_ctx.algorithm == SparsificationAlgorithm::THRESHOLD) {
113114
KASSERT(
114115
_s_ctx.score_function == ScoreFunctionSection::WEIGHT,

0 commit comments

Comments
 (0)