diff --git a/profiler/src/profiler/TracyView_ZoneInfo.cpp b/profiler/src/profiler/TracyView_ZoneInfo.cpp index c596df90..7f68f7d1 100644 --- a/profiler/src/profiler/TracyView_ZoneInfo.cpp +++ b/profiler/src/profiler/TracyView_ZoneInfo.cpp @@ -731,6 +731,12 @@ void View::DrawZoneInfoWindow() TextDisabledUnformatted( "C" ); TooltipIfHovered( "Jump from one CPU core to another, within the same die" ); } + else + { + ImGui::SameLine(); + TextDisabledUnformatted( "H" ); + TooltipIfHovered( "Jump from one CPU hyperthread to another, within the same core" ); + } } } ImGui::TableNextColumn();