tracy/client
Bartosz Taudul 401ebd6f3d Use spin-lock in DequeueSerial.
A thread freezed during crash processing may hold the lock and never
release it. The old behavior would cause deadlock in such situation. The
new one can be modified to work. Also, we don't want to use timed mutex.
2018-08-20 21:40:13 +02:00
..
concurrentqueue.h Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
tracy_rpmalloc.cpp Minor change: adapted the spaces to tabs at the just inserted line as in tracy_rpmalloc.cpp tabs are used as indentation. 2018-08-02 11:53:04 +02:00
tracy_rpmalloc.hpp Update rpmalloc to 1.3.0. 2018-03-04 15:51:10 +01:00
TracyCallstack.cpp Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
TracyCallstack.hpp Detect glibc explicitly 2018-07-14 13:23:00 +02:00
TracyFastVector.hpp Optimize FastVector for fast push_next() operation. 2018-04-14 17:12:41 +02:00
TracyLock.hpp Rename client's SourceLocation to SourceLocationData. 2018-07-28 00:34:04 +02:00
TracyProfiler.cpp Use spin-lock in DequeueSerial. 2018-08-20 21:40:13 +02:00
TracyProfiler.hpp Allow external profiler shutdown requests. 2018-08-20 01:02:27 +02:00
TracyScoped.hpp Add possibility to explicitly avoid logging 2018-08-13 14:47:52 +02:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00