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

Method RenameGroup

Source/Engine/Profiler/ProfilerMemory.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void ProfilerMemory::RenameGroup(Groups group, const StringView& name)
374{
375 GroupNames[(int32)group].Set(name.Get());
376}
377
378Array<String> ProfilerMemory::GetGroupNames()
379{

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected