今天在看关于CPU Count的一段程序时候发现了以下三个变量: # v e3 R6 m) P- c S( B* U) ]# q6 gwPriCpuCount dw 0 ; number of physical processors in the system.! z% G/ r# M& C, M# f1 ?
wCoreCount dw 0 ; number of cores in the system. " s# h& r; l* ^( |/ P; TwThreadCount dw 0 ; number of threads (HT CPU) in the system.6 X# x% J! f5 G8 s7 X }* j
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? 8 C6 j7 h; R9 N还望各位大侠指点迷津,十分感激!