Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CaptureFrameTimings()

This function triggers the FrameTimingManager to capture a snapshot of FrameTiming's data, that can then be accessed by the user.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static void CaptureFrameTimings()

Remarks

The FrameTimingManager tries to capture as many frames as the platform allows but will only capture complete timings from finished and valid frames so the number of frames it captures may vary. This will also capture platform specific extended frame timing data if the platform supports more in depth data specifically available to it.