Use ProfilerCounterOptions to specify configuration options when creating a ProfilerCounter or ProfilerCounterValue.
| Property | Description |
|---|---|
| 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. |