This version of Unity is unsupported.

ProfilerRecorder.Capacity

public int Capacity;

Description

Maximum amount of samples ProfilerRecorder can capture.

Shows the maximum amount of samples the ProfilerRecorder can capture. You can use this to set a maximum array size when you copy collected sample data with CopyTo or GetSample methods.