|
|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:
* f' l: v' i5 f- @% R6 a+ BwPriCpuCount dw 0 ; number of physical processors in the system.
; R& N* Q, j( u" ` O" o twCoreCount dw 0 ; number of cores in the system.
! M' ~% F% T6 |wThreadCount dw 0 ; number of threads (HT CPU) in the system.# g) B5 @& O, k$ B" b6 Y* S9 s
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
% i* _) b, @, U- w还望各位大侠指点迷津,十分感激! |
|