Add thread metrics and category support to Profiler and visualizer
This commit is contained in:
@@ -352,6 +352,8 @@ public static class ProfilerVisualizer
|
||||
ImGui.BeginTooltip();
|
||||
ImGui.Text($"{hover.Node.Label}");
|
||||
ImGui.Separator();
|
||||
ImGui.Text($"Category: {hover.Node.Category}");
|
||||
ImGui.Text($"Tags: 0x{hover.Node.TagMask:X}");
|
||||
ImGui.Text($"Frame: {hover.Frame.FrameCount} (idx {hover.FrameIndex})");
|
||||
ImGui.Text($"Thread: {hover.Node.ManagedThreadId}");
|
||||
ImGui.Text($"Depth: {hover.Depth}");
|
||||
|
||||
Reference in New Issue
Block a user