请教一个关于Processor Count的问题,望各位大侠给指点迷津
今天在看关于CPU Count的一段程序时候发现了以下三个变量:wPriCpuCount dw 0 ; number of physical processors in the system.
wCoreCount dw 0 ; number of cores in the system.
wThreadCount dw 0 ; number of threads (HT CPU) in the system.
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?
还望各位大侠指点迷津,十分感激! 另外在补充一个问题:在开机POST时候显示的CPU Count指的是什么?请各位高手谈谈自己的看法 拿双核来说,
外观上看有一个physical processors
里面有 两个cores
如果每个core实现了2个线程
则该cpu有四个线程 CPU Count应该是指逻辑CPU的数量,包括超线程,双核什么的 谢谢qdk0901和yuhensong的解答,我明白怎么回事了
页:
[1]