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

What kinds of cpu performance counters can VTune detect?

LIU_Q_
Beginner
285 Views

When I use VTune to analysis which factors affect the performance of a program, I often use a cpu performance counter which named synchronization context switches, for example, if the synchronization context switches go up, the elapsed time of the program will go up. My question is that are there other cpu performance counters in VTune?

0 Kudos
1 Solution
David_A_Intel1
Employee
285 Views

Technically, context switches are not "cpu performance counters".  These are software counters counting the number of context switches caused by the OS.

For general cpu architecture performance analysis, please see the General Exploration analysis type in the product documentation.  Also, we publish tuning guides for the newer processors at http://www.intel.com/vtune-tuning-guides.

View solution in original post

0 Kudos
1 Reply
David_A_Intel1
Employee
286 Views

Technically, context switches are not "cpu performance counters".  These are software counters counting the number of context switches caused by the OS.

For general cpu architecture performance analysis, please see the General Exploration analysis type in the product documentation.  Also, we publish tuning guides for the newer processors at http://www.intel.com/vtune-tuning-guides.

0 Kudos
Reply