변수
StartImmediately Use to start data collection immediately upon ProfilerRecorder initialization.
SumAllSamplesInFrame Use to sum all samples within a frame and collect those as one sample per frame.
GpuRecorder Use to indicate that ProfilerRecorder should collect GPU timing instead of CPU.
Default Default initialization options. Equivalent to (SumSamplesInFrame | WrapAroundWhenCapacityReached).