Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

rdpmc library

marcj
Beginner
336 Views

i'm trying to count the number of instructions retired between two points in a windows7 device driver.

is there sample code or a library function to achieve this, or do i have to __asm rdpmc ?

0 Kudos
2 Replies
TimP
Honored Contributor III
336 Views
You could insert VTune API calls to turn on and off counting at the points of interest.
0 Kudos
David_A_Intel1
Employee
336 Views
However, be reminded that the VTune analyzer does statistical profiling and will not give you an EXACT count of instructions retired between two points.
0 Kudos
Reply