Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProfileCaptureOptions

Options for filtering captured profile events using the BeginProfileCapture and EndProfileCapture APIs.
Read time 1 minuteLast updated 9 days ago

Definition

public enum ProfileCaptureOptions

Fields

Value

Description

IgnoreShortEventsUse to exclude all captured events that are less than 10 microseconds in duration.
NoneUse to exclude none of the captured events.