|
|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:$ |7 Z. c7 z, f9 O# ^- m
wPriCpuCount dw 0 ; number of physical processors in the system.) }- y) a/ V5 N6 M+ Z0 n$ V4 s, t
wCoreCount dw 0 ; number of cores in the system., @7 a4 I) q3 h( u7 `
wThreadCount dw 0 ; number of threads (HT CPU) in the system.
8 x; _+ p7 g+ S9 |不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
( F2 b# K* N, D" C9 I& T, l( R: ?还望各位大侠指点迷津,十分感激! |
|