mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +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…
x
Reference in New Issue
Block a user