|
|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:
7 r, d% \& [; Z# ZwPriCpuCount dw 0 ; number of physical processors in the system.
4 X1 ]: O' S" J Q6 |% \! P3 s& zwCoreCount dw 0 ; number of cores in the system.3 k% C( x3 z, q& P h$ H
wThreadCount dw 0 ; number of threads (HT CPU) in the system.5 X2 ?( v" S, W- N9 {* j% _
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?; \* h# L# B0 G
还望各位大侠指点迷津,十分感激! |
|