FlushOnEndOfFrame
Specifies that the counter's current value should be reported to the Unity Profiler every frame.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: Unity.Profiling
- Assembly: UnityEngine.CoreModule
FlushOnEndOfFrame = 2
Remarks
When a counter is configured with this option, it will automatically report its current value to the Unity Profiler at the end of each CPU frame.