MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / BeginGroup

Method BeginGroup

Source/Engine/Profiler/ProfilerMemory.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void ProfilerMemory::BeginGroup(Groups group)
362{
363 auto& stack = GetGroupStack();
364 stack.Push(group);
365}
366
367void ProfilerMemory::EndGroup()
368{

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected