Version: 5.5
public static int processorFrequency ;

説明

MHz単位のプロセッサー周波数(読み取り専用)

This function returns the nominal CPU frequency in MHz, or zero if unknown. Note that the actual CPU frequency might vary depending on current load and power conditions, especially on low-powered devices like phones and laptops.

いくつかのプラットフォームでは CPU の周波数を照会することができません。現在このようなプラットフォームは iOS 、WebGL や Tizen です。

See Also: SystemInfo.processorCount, SystemInfo.processorType.