carb::profiler::FlowType

Defined in carb/profiler/IProfiler.h

enum class carb::profiler::FlowType : uint8_t

The type of flow event passed to IProfiler::emitFlowStatic() / IProfiler::emitFlowDynamic(). Typically used only by profiler macros.

Values:

enumerator Begin

A flow begin point.

enumerator End

A flow end point.