ProfileCaptureOptions
Options for filtering captured profile events using the BeginProfileCapture and EndProfileCapture APIs.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public enum ProfileCaptureOptions
Fields
Value | Description |
|---|---|
| IgnoreShortEvents | Use to exclude all captured events that are less than 10 microseconds in duration. |
| None | Use to exclude none of the captured events. |