Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGpuTimerFrequency()

This returns the frequency of GPU timer on the current platform, used to interpret timing results. If the platform does not support returning this value it will return 0.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static ulong GetGpuTimerFrequency()

Returns

Type

Description

ulongGPU timer frequency for current platform.