mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Display numerical thread id in thread tooltip.
This commit is contained in:
parent
71f1a0b31e
commit
c67d91c6ac
@ -1823,6 +1823,8 @@ void View::DrawZones()
|
||||
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::Text( "%s", m_worker.GetThreadString( v->id ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( "(0x%" PRIx64 ")", v->id );
|
||||
if( crash.thread == v->id )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user