|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:% z ?# J: I9 r/ Y
wPriCpuCount dw 0 ; number of physical processors in the system.
1 P0 s0 @- T3 ^4 [0 W# h- U, iwCoreCount dw 0 ; number of cores in the system./ \7 }+ D; O% b/ g5 J0 V; p% ~
wThreadCount dw 0 ; number of threads (HT CPU) in the system.
4 I A0 ~& l8 S3 ^: k, c$ U& d3 f不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
, ^ H( S0 F% P" k5 q% s还望各位大侠指点迷津,十分感激! |
|