MCPcopy 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
356void ProfilerMemory::DecrementGroup(Groups group, uint64 size)
357{
358 SubGroupMemory(group, -(int64)size);
359}
360
361void ProfilerMemory::BeginGroup(Groups group)
362{

Callers

nothing calls this directly

Calls 1

SubGroupMemoryFunction · 0.85

Tested by

no test coverage detected