Use ProfilerCounterOptions
to specify configuration options when creating a ProfilerCounter or ProfilerCounterValue.
None | Specifies no options. |
FlushOnEndOfFrame | Specifies that the counter's current value should be reported to the Unity Profiler every frame. |
ResetToZeroOnFlush | Specifies that the counter's current value should be reset to zero each time it is reported to the Unity Profiler. |