# ProfilerFlowEventType

> Defines Profiler flow event type.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.Profiling](/engine/6000.7/script-reference/unity/profiling.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum ProfilerFlowEventType : byte
```

## Fields

| Value                                                                                                 | Description                                   |
| ----------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Begin](/engine/6000.7/script-reference/unity/profiling/profilerfloweventtype/begin.md)               | Use for the flow start point.                 |
| [End](/engine/6000.7/script-reference/unity/profiling/profilerfloweventtype/end.md)                   | Use for the flow end point.                   |
| [Next](/engine/6000.7/script-reference/unity/profiling/profilerfloweventtype/next.md)                 | Use for the flow continuation point.          |
| [ParallelNext](/engine/6000.7/script-reference/unity/profiling/profilerfloweventtype/parallelnext.md) | Use for the parallel flow continuation point. |
