How to get to the shortest polling interval? #785
Unanswered
yizhuoliang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm new to pcm, and I'm interested in the shortest possible polling interval for core counters like l3-cache miss.
And it seems like I need to enable
PCM_NO_PERF=1
, and when I just want to fetch the l3-cache alone (and do it as fast as possible), I can only run thereadMSRs
function, instead something likegetAllCounterStates
right? Thank you!Beta Was this translation helpful? Give feedback.
All reactions