_rdpmc
Classification
Other, General Support, CPUID Test: None
Header File
immintrin.h
Instruction
RDPMC
Synopsis
 _rdpmc(int a);
Description
Read the Performance Monitor Counter (PMC) specified by "a", and store up to 64-bits in "dst". The width of performance counters is implementation specific.
Operation
dst[63:0] := ReadPMC(a)