Inherits Profiler::ImGuiTreemapFactory.
◆ Create()
ImGuiTreemap& Profiler::ImGuiTreemapFactoryImpl::Create |
( |
AZ::Name |
name, |
|
|
const char * |
unitLabel |
|
) |
| |
|
overridevirtual |
Create an ImGuiTreemap with managed lifetime given the specified name and unit label (threadsafe)
- Parameters
-
name | Treemap name (shows up in the UI titlebar) |
unitLabel | Unit label This shows up after node weights are displayed, e.g. "382 degrees centigrade" if unitLabel == "degrees centigrade" and the node weight is 382) |
Implements Profiler::ImGuiTreemapFactory.
◆ Destroy()
void Profiler::ImGuiTreemapFactoryImpl::Destroy |
( |
ImGuiTreemap * |
treemap | ) |
|
|
overridevirtual |
Destroys a previously created treemap (threadsafe)
- Parameters
-
treemap | Pointer to the treemap created previously |
Implements Profiler::ImGuiTreemapFactory.
The documentation for this class was generated from the following file:
- Gems/Profiler/Code/Source/ImGuiTreemapImpl.h