This version of Unity is unsupported.

ContentBuildProfileEvent

struct in UnityEditor.Build.Content

Description

Details about a profile event captured using the ContentBuildInterface.BeginProfileCapture and ContentBuildInterface.EndProfileCapture APIs.

Properties

MetadataAdditional metadata associated with the event.
NameName of the event.
TimeMicrosecondsTime in microseconds that the event has occurred relative to when the profile capture began.
TypeEnum used to label the event's type.