Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
void ProfilerMemory::RenameGroup(Groups group, const StringView& name)
374
{
375
GroupNames[(int32)group].Set(name.Get());
376
}
377
378
Array<String> ProfilerMemory::GetGroupNames()
379
{
Callers
nothing calls this directly
Calls
2
Set
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected