共用方式為


__readpmc

Microsoft 專有的

會產生rdpmc指令,會讀取效能監視計數器所指定的counter。

unsigned __int64 __readpmc( 
   unsigned long counter 
);

參數

  • [in] counter
    讀取效能計數器。

傳回值

指定的效能計數器的值。

需求

內建

架構

__readpmc

x86,x64

標頭檔 <intrin.h>

備註

此內建可用於核心模式,同時只可用作 [內建常式,是。

請參閱

參考

編譯器內建