Version: 2022.2
언어: 한국어

SystemInfo.processorFrequency

매뉴얼로 전환
public static int processorFrequency ;

설명

Processor frequency in MHz (Read Only).

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.

On some platforms it's not possible to query the CPU frequency. Currently such platforms are iOS and WebGL.

See Also: SystemInfo.processorCount, SystemInfo.processorType.