Replies: 1 comment
-
IPC = instructions /cycles the number of cycles per time period is not constant because it depends on C-state and P-states. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to extract CPU counter information. I see 2 APIs:
getIPC() description: Computes average number of retired instructions per core cycle (IPC)
getExecUsage() description: Computes average number of retired instructions per time interval
Are the values correlated as getExecUsage() = c * getIPC() ? Why do we have these 2 different APIs when it appears as if they are providing the same information ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions