Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#6426 sched stats: Add histogram of instrs per switch #6801

Merged
merged 4 commits into from
May 14, 2024

Conversation

derekbruening
Copy link
Contributor

Adds a very simple histogram with fixed bin sizes recording the distribution of instructions per context switch in the schedule_stats tool.

Updates two tests to confirm the histogram is produced.

This feature is structured to allow replacing this simple histogram with a more sophisticated version in subclasses.

Issue: #6426

Adds a very simple histogram with fixed bin sizes recording the
distribution of instructions per context switch in the schedule_stats
tool.

Updates two tests to confirm the histogram is produced.

This feature is structured to allow replacing this simple histogram
with a more sophisticated version in subclasses.

Issue: #6426
@derekbruening derekbruening requested a review from abhinav92003 May 9, 2024 02:59
@derekbruening
Copy link
Contributor Author

x32 failure is type_is_instr #3320

@derekbruening derekbruening merged commit 23ba134 into master May 14, 2024
16 of 17 checks passed
@derekbruening derekbruening deleted the i6426-sched-stats-hist branch May 14, 2024 03:08
philramsey-arm pushed a commit that referenced this pull request May 14, 2024
Adds a very simple histogram with fixed bin sizes recording the
distribution of instructions per context switch in the schedule_stats
tool.

Updates two tests to confirm the histogram is produced.

This feature is structured to allow replacing this simple histogram with
a more sophisticated version in subclasses.

Issue: #6426
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants