Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 8 のタスク マネージャーは、CPU の現在の (最大ではない) 周波数 (1.2 GHz など) を表示します。Windows API でこの頻度を取得する方法はありますか? できれば、Delphi または Visual C++ を使用してください。
WMI、具体的にはクラスのCurrentClockSpeedプロパティを調べます。Win32_Processor
CurrentClockSpeed
Win32_Processor
MSDN リンク