__readpmc
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __readpmc.
Microsoft Specific**
Generates the rdpmc instruction, which reads the performance monitoring counter specified by counter.
unsigned __int64 __readpmc( unsigned long counter );
Parameters
[in] counter
The performance counter to read.
The value of the specified performance counter.
| Intrinsic | Architecture |
|---|---|
__readpmc | x86, x64 |
Header file <intrin.h>
This intrinsic is available in kernel mode only, and the routine is only available as an intrinsic.
Show: