|
|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:
' N, A) r0 s z/ @& e" [; O8 IwPriCpuCount dw 0 ; number of physical processors in the system.0 C9 a' J7 {6 i" A, B( z
wCoreCount dw 0 ; number of cores in the system. x1 ]$ q6 Q2 }- R9 \6 D+ _, D! O
wThreadCount dw 0 ; number of threads (HT CPU) in the system.+ c+ t$ ]) ]0 S
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
4 l6 i4 }' k1 e7 g0 G7 p. K还望各位大侠指点迷津,十分感激! |
|