Skip to content

Commit

Permalink
Merge pull request #148 from andjo403/inc_invocation_counter
Browse files Browse the repository at this point in the history
add to invocation count for blocked events
  • Loading branch information
wesleywiser authored Dec 14, 2020
2 parents efcb23f + 5431649 commit 16688a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions summarize/src/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ pub fn perform_analysis(data: ProfilingData) -> Results {
data.self_time += current_event_duration;
data.time += current_event_duration;
data.blocked_time += current_event_duration;
data.invocation_count += 1;
});
}

Expand Down

0 comments on commit 16688a5

Please sign in to comment.