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

Generate perf stats #122

Open
markshannon opened this issue Feb 2, 2022 · 0 comments
Open

Generate perf stats #122

markshannon opened this issue Feb 2, 2022 · 0 comments

Comments

@markshannon
Copy link

As well as simple timings, it would be useful to have access to the stats generated by perf.
Exactly what stats are available will depend very much on the hardware and setup, but perf can generate a lot useful information, e.g.:

  • Instructions retired
  • Cache misses (both I and D caches)
  • Stalls.

This sort of information would be very useful when trying to improve performance.
See also, #107

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

No branches or pull requests

1 participant