Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


cpuRenderThreadFrameTime

The frame time between start of the work on the render thread and when Present was called, in ms.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public double cpuRenderThreadFrameTime

Remarks

Use to get the total amount of time between the first work request submitted to the render thread and the time when the Present() function is called.
This metric is also exposed as CPU Render Thread Frame Time profiler counter.
Additional Resources: Get frame timing data.