FlowId
Flow identifier.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public uint FlowId
Remarks
Use to track all profiler samples which belongs to the same logical flow. Flow identifier is a global counter. It starts from 1 and is incremented by 1 for each new ProfilerFlowEventType.Begin event.