Finding out the CPU clock frequency (per core, per processor)

前端 未结 6 1915
无人及你
无人及你 2020-11-30 01:26

Programs like CPUz are very good at giving in depth information about the system (bus speed, memory timings, etc.)

However, is there a programmatic way of calculatin

6条回答
  •  眼角桃花
    2020-11-30 01:45

    You need to use CallNtPowerInformation. Here's a code sample from putil project. With this you can get current and max CPU frequency. As far as I know it's not possible to get per-CPU frequency.

提交回复
热议问题