GpuRecorder
Use to indicate that ProfilerRecorder should collect GPU timing instead of CPU.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: Unity.Profiling
- Assembly: UnityEngine.CoreModule
GpuRecorder = 64
Remarks
If you use ProfilerRecorderOptions.GpuRecorder to create the recorder, make sure you set the SampleGpu flag for the ProfilerMarker it is used with.