Skip to content

Commit 16688a5

Browse files
authored
Merge pull request #148 from andjo403/inc_invocation_counter
add to invocation count for blocked events
2 parents efcb23f + 5431649 commit 16688a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

summarize/src/analysis.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ pub fn perform_analysis(data: ProfilingData) -> Results {
204204
data.self_time += current_event_duration;
205205
data.time += current_event_duration;
206206
data.blocked_time += current_event_duration;
207+
data.invocation_count += 1;
207208
});
208209
}
209210

0 commit comments

Comments
 (0)