tracy/client
Bartosz Taudul 7300c2e46e Fix TRACY_NO_EXIT behavior.
Terminate event could be the first event that was sent. In such case
server immediately closed the connection, as there was no outstanding
data to receive. Fix by sending all data in the queue before sending
terminate event.
2018-01-11 13:45:13 +01:00
..
concurrentqueue.h Move force inline defines to a separate header. 2017-11-19 16:32:38 +01:00
tracy_rpmalloc.cpp Change TRACY_DISABLE to TRACY_ENABLE. 2017-10-16 21:34:39 +02:00
tracy_rpmalloc.hpp Wrap rpmalloc in tracy namespace. 2017-10-14 16:50:08 +02:00
TracyLock.hpp Send lock type in LockWait/LockSharedWait events. 2017-12-17 18:30:34 +01:00
TracyProfiler.cpp Fix TRACY_NO_EXIT behavior. 2018-01-11 13:45:13 +01:00
TracyProfiler.hpp Workaround gcc issues. 2017-11-15 10:56:27 +01:00
TracyScoped.hpp Don't send source location pointer in query reply. 2017-11-14 23:06:45 +01:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00