tracy/client
Bartosz Taudul 496f866add Don't send data when connection is terminated.
There are only two cases for which HandleServerQuery() returns false.
Either data can't be read from the socket (which is checked by HasData()
call before calling HandleServerQuery()), or if the server sent
termination query. In both these cases there's no need to send data
anymore.
2019-06-09 16:19:40 +02:00
..
concurrentqueue.h Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
tracy_rpmalloc.cpp Cygwin headers provide their own FORCEINLINE macro. 2018-12-29 01:00:14 +01:00
tracy_rpmalloc.hpp Update rpmalloc to 1.3.0. 2018-03-04 15:51:10 +01:00
TracyCallstack.cpp Callstack decode for android api <= 21. 2019-05-22 14:14:30 +02:00
TracyCallstack.h Callstack decode for android api <= 21. 2019-05-22 14:14:30 +02:00
TracyCallstack.hpp Callstack decode for android api <= 21. 2019-05-22 14:14:30 +02:00
TracyEtc1.cpp Add AVX2 version of etcpak. 2019-06-08 00:50:39 +02:00
TracyEtc1.hpp Add ETC1 compressor. 2019-06-07 00:31:51 +02:00
TracyFastVector.hpp Don't mark FastVector element as used until it's ready. 2018-08-20 22:35:50 +02:00
TracyLock.hpp Hide rest of statics. 2019-02-19 19:33:37 +01:00
TracyProfiler.cpp Don't send data when connection is terminated. 2019-06-09 16:19:40 +02:00
TracyProfiler.hpp Make DequeueStatus enum class. 2019-06-09 16:14:30 +02:00
TracyScoped.hpp Prevent direct access to s_profiler. 2019-02-19 18:38:08 +01:00
TracySysTime.cpp /proc/stat might be inaccessible. 2019-04-04 15:25:26 +02:00
TracySysTime.hpp CPU usage getter for apple. 2019-02-25 15:04:06 +01:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00