mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Mark hyperthread jumps.
This commit is contained in:
parent
be92ae787c
commit
f7b810a3d1
@ -731,6 +731,12 @@ void View::DrawZoneInfoWindow()
|
|||||||
TextDisabledUnformatted( "C" );
|
TextDisabledUnformatted( "C" );
|
||||||
TooltipIfHovered( "Jump from one CPU core to another, within the same die" );
|
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();
|
ImGui::TableNextColumn();
|
||||||
|
Loading…
Reference in New Issue
Block a user