tracy/server
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
..
TracyCharUtil.hpp Add character utilities. 2017-09-27 02:35:59 +02:00
TracyEvent.hpp Store lock mark locations. 2017-10-06 18:04:17 +02:00
TracyFileRead.hpp Missing includes. 2017-10-01 02:23:30 +02:00
TracyFileWrite.hpp Missing includes. 2017-10-01 02:23:30 +02:00
TracyImGui.hpp Add ImVec2 operator-. 2017-09-18 02:16:35 +02:00
TracyMemory.cpp Be conformant with standard. 2017-09-22 22:16:18 +02:00
TracyMemory.hpp Track server memory usage. 2017-09-17 01:22:46 +02:00
TracySlab.hpp Proper initialization order. 2017-09-22 22:25:18 +02:00
TracyVector.hpp Implement resize() in tracy::Vector. 2017-10-01 01:51:29 +02:00
TracyView.cpp Fix issue with missing lock display. 2017-10-06 18:58:54 +02:00
TracyView.hpp Return signed value from GetLastTime(). 2017-10-06 18:32:25 +02:00