Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void ProfilerMemory::BeginGroup(Groups group)
362
{
363
auto& stack = GetGroupStack();
364
stack.Push(group);
365
}
366
367
void ProfilerMemory::EndGroup()
368
{
Callers
nothing calls this directly
Calls
1
Push
Method · 0.45
Tested by
no test coverage detected