# ProfileCaptureOptions

> Options for filtering captured profile events using the BeginProfileCapture and EndProfileCapture APIs.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.5/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum ProfileCaptureOptions
```

## Fields

| Value                                                                                                                     | Description                                                                        |
| ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [IgnoreShortEvents](/engine/6000.5/script-reference/unityeditor/build/content/profilecaptureoptions/ignoreshortevents.md) | Use to exclude all captured events that are less than 10 microseconds in duration. |
| [None](/engine/6000.5/script-reference/unityeditor/build/content/profilecaptureoptions/none.md)                           | Use to exclude none of the captured events.                                        |
