# ContentBuildProfileEvent

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

## Definition

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

```csharp
public struct ContentBuildProfileEvent
```

## Fields

| Value                                                                                                                      | Description                                                                                  |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Metadata](/engine/6000.5/script-reference/unityeditor/build/content/contentbuildprofileevent/metadata.md)                 | Additional metadata associated with the event.                                               |
| [Name](/engine/6000.5/script-reference/unityeditor/build/content/contentbuildprofileevent/name.md)                         | Name of the event.                                                                           |
| [TimeMicroseconds](/engine/6000.5/script-reference/unityeditor/build/content/contentbuildprofileevent/timemicroseconds.md) | Time in microseconds that the event has occurred relative to when the profile capture began. |
| [Type](/engine/6000.5/script-reference/unityeditor/build/content/contentbuildprofileevent/type.md)                         | Enum used to label the event's type.                                                         |
