Skip to content

Commit 5431649

Browse files
committed
add to invocation count for blocked events
1 parent efcb23f commit 5431649

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)