ccpuid是用CSAORI把saori_cpuid的功能重寫。
而這次是完全跟saori_cpuid兼容的,再加上新指令。
新指令:
cpu.features - 列出所有CCPUID已知的CPU功能的簡寫,並以空格隔開回傳。
cpu.cache - 回傳所有 CPU 的快取大小 (KB) 並以空格隔開,格式: "L1-Data L1-Inst L2 L3"
版本歷史:
20090903 - Release 3
- 新增當 CCPUID 不能從 CPUID 中獲得 CPU 名稱時的應變策略
- 修正:不嘗試獲得高於最高 CPUID 代碼的 CPUID 資訊
20090831 - Release 2
- 新增 "cpu.cache" 功能
- 修正 cpu.clockex 回傳 ".000" 為結尾的問題
20090830 - Release 1
- 初版
鳴謝:
CCPUID 由 Roy Tam 所寫。
部份源程式碼改自以下的代碼:
CPUID.C - V0.2 - Jim Howes <jimhowes@ (exactly the same again).net>
CPU Speed 功能源自:
http://www.rohitab.com/discuss/lofiversion/index.php/t26562.html
Getting the System Version:
http://msdn.microsoft.com/en-us/library/ms724429(VS.85).aspx
下載:
http://code.google.com/p/csaori/