|
今天在看关于CPU Count的一段程序时候发现了以下三个变量:
& K+ F2 R% H8 j) gwPriCpuCount dw 0 ; number of physical processors in the system. X3 I( R0 s* z! l
wCoreCount dw 0 ; number of cores in the system.
! a' I- X$ r) cwThreadCount dw 0 ; number of threads (HT CPU) in the system.! }3 d( t, W7 @ {' K
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
) s5 i, ?1 D1 W" h4 z还望各位大侠指点迷津,十分感激! |
|