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

Method GetGroupNames

Source/Engine/Profiler/ProfilerMemory.cpp:378–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378Array<String> ProfilerMemory::GetGroupNames()
379{
380 Array<String> result;
381 result.Resize((int32)Groups::MAX);
382 for (int32 i = 0; i < (int32)Groups::MAX; i++)
383 result[i] = GroupNames[i].Buffer;
384 return result;
385}
386
387ProfilerMemory::GroupsArray ProfilerMemory::GetGroups(int32 mode)
388{

Callers 1

UpdateMethod · 0.80

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected