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

Method IncrementGroup

Source/Engine/Profiler/ProfilerMemory.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349bool ProfilerMemory::Enabled = false;
350
351void ProfilerMemory::IncrementGroup(Groups group, uint64 size)
352{
353 AddGroupMemory(group, (int64)size);
354}
355
356void ProfilerMemory::DecrementGroup(Groups group, uint64 size)
357{

Callers

nothing calls this directly

Calls 1

AddGroupMemoryFunction · 0.85

Tested by

no test coverage detected