mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Properly show recursive lock wait sections.
This commit is contained in:
parent
e16f784617
commit
01b2e64985
@ -2249,6 +2249,10 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if( (*next)->waitList != (*vbegin)->waitList )
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
next++;
|
next++;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user