1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 13:13:53 +00:00
Bartosz Taudul 42595014a1 Fix issue with missing lock display.
This was caused by a logic error concerning a lock state when thread t1
was waiting for a lock, thread t2 released the lock and thread t1 didn't
yet acquire a lock. High zoom level was needed.

(Threads are performing Wait, Obtain, Release operations on locks.)

t1     W      |O R
t2 WO        R|
--------------+----> t
              ↑
           Problem

In the region marked by the problem line the lock count was 0, which
didn't trigger the appropriate code branch.
2017-10-06 18:58:54 +02:00
..
2017-09-27 02:35:59 +02:00
2017-10-06 18:04:17 +02:00
2017-10-01 02:23:30 +02:00
2017-10-01 02:23:30 +02:00
2017-09-18 02:16:35 +02:00
2017-09-22 22:16:18 +02:00
2017-09-17 01:22:46 +02:00
2017-09-22 22:25:18 +02:00