mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00: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;
|
||||
}
|
||||
if( (*next)->waitList != (*vbegin)->waitList )
|
||||
{
|
||||
break;
|
||||
}
|
||||
next++;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user