Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FlowId

Flow identifier.
Read time 1 minuteLast updated 13 days ago

Definition

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.