Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ DecrementGroup
Method
DecrementGroup
Source/Engine/Profiler/ProfilerMemory.cpp:356–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
void ProfilerMemory::DecrementGroup(Groups group, uint64 size)
357
{
358
SubGroupMemory(group, -(int64)size);
359
}
360
361
void ProfilerMemory::BeginGroup(Groups group)
362
{
Callers
nothing calls this directly
Calls
1
SubGroupMemory
Function · 0.85
Tested by
no test coverage detected