Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ProfilerUnsafeUtility.CreateFlow

Declaration

public static uint CreateFlow(ushort categoryId);

Returns

uint Returns flow identifier.

Description

Create a new Profiler flow identifier.

Use Profiler flow to highlight dependencies in multithreaded code.

Additional resources: FlowEvent, CPU Usage Profiler module.