今天在看关于CPU Count的一段程序时候发现了以下三个变量: ! K3 c& H% x2 ^: m; ewPriCpuCount dw 0 ; number of physical processors in the system. @; p. B* H4 l4 cwCoreCount dw 0 ; number of cores in the system. 4 V. y7 J7 A/ [, a7 f' j5 ~wThreadCount dw 0 ; number of threads (HT CPU) in the system.4 n$ }( c+ D; `& `: ]
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?7 F+ r3 e- v* ~
还望各位大侠指点迷津,十分感激!