I want to read performance monitoring couters in Core i7 The out put for each event just contains 1 data and has no information about the core this data is for. How can I read the events counts for each core separately by PAPI?
THANK YOU SO MUCH
I want to read performance monitoring couters in Core i7 The out put for each event just contains 1 data and has no information about the core this data is for. How can I read the events counts for each core separately by PAPI?
THANK YOU SO MUCH
PAPI counts are based on threads and not on cores. If you want core-based measurements, you may want to consider using intel pcm - which is capable of providing per-core counts.
The PCM is bit tricky to use and the counts may not match with PAPI - since PCM counts or accounts things slightly differently.
Does it answer your question?
tjr