|
|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:
3 h$ R6 ^+ ~9 \+ l: v, R, hwPriCpuCount dw 0 ; number of physical processors in the system.; x/ g* }4 A' U+ Y! s
wCoreCount dw 0 ; number of cores in the system.4 V4 g8 I, w5 c7 p/ D( p
wThreadCount dw 0 ; number of threads (HT CPU) in the system.
; ^" `% I# H) w& j. f4 [; G不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
) Q4 g" c! H4 T4 c" X |还望各位大侠指点迷津,十分感激! |
|