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

PAPI performance counter enhancement #1506

Closed
amishscientist opened this issue May 18, 2023 · 2 comments
Closed

PAPI performance counter enhancement #1506

amishscientist opened this issue May 18, 2023 · 2 comments

Comments

@amishscientist
Copy link

While tricks frame logging helps you with the amount of time a job may have taken it would be nice if we had a better way to align the work trick is doing with cpu counter registers. I would highly recommend the PAPI api over trick trying to talk to the registers directly. A lot of time when I have an over run in a sim I have to figure out if the sim is being asked to do the same amount of work from frame to frame. Getting access to the cpu register that holds the instruction count could provide some insight into this problem. https://icl.utk.edu/projectsdev/papi/docs/de/d04/papiStdEventDefs_8h_source.html PAPI_TOT_INS

@jdeans289
Copy link
Contributor

@amishscientist
Copy link
Author

It's in the queue right after I finish this one.

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

2 participants