Class DebugFrameTiming
Debug frame timings class
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugFrameTiming
Constructors
Name | Description |
---|---|
DebugFrameTiming() | Constructs the debug frame timing |
Properties
Name | Description |
---|---|
bottleneckHistorySize | Size of the Bottleneck History Window in number of samples. |
sampleHistorySize | Size of the Sample History Window in number of samples. |
Methods
Name | Description |
---|---|
RegisterDebugUI(List<Widget>) | Add frame timing data widgets to debug UI. |
UpdateFrameTiming() | Update timing data from profiling counters. |