tracy/client
kudansam 1151ec1328 Fix defines when compiling with -Werror=undef
Some ARM defines fail when compiling with -Werror=undef as they rely on
the missing define mapping to 0.
2020-05-22 15:48:59 +02:00
..
tracy_concurrentqueue.h Don't check for allocation validity. 2020-05-16 16:40:25 +02:00
tracy_rpmalloc.cpp Fix crash when running Tracy from DLLs 2020-05-21 14:26:29 +01:00
tracy_rpmalloc.hpp Update rpmalloc to 1.4.0. 2020-03-01 01:02:25 +01:00
TracyArmCpuTable.hpp Update fun list of iDevices. 2020-02-10 16:13:32 +01:00
TracyCallstack.cpp Avoid executing strlen() twice in assert-enabled builds. 2020-05-10 15:55:12 +02:00
TracyCallstack.h
TracyCallstack.hpp Add code address to function, line decoder. 2020-04-01 21:41:33 +02:00
TracyDxt1.cpp Compress full-quality DXT1 on AVX2 path. 2020-04-05 17:10:43 +02:00
TracyDxt1.hpp
TracyFastVector.hpp Zero capacity is invalid. 2020-02-24 23:04:53 +01:00
TracyLock.hpp Remove extra semicolons at the end of namespaces 2020-05-10 15:32:39 +02:00
TracyProfiler.cpp Auto-initialize profiler in delayed init scenario. 2020-05-19 13:55:54 +02:00
TracyProfiler.hpp Fix defines when compiling with -Werror=undef 2020-05-22 15:48:59 +02:00
TracyScoped.hpp Don't retrieve connection id, if zone is not active. 2020-01-25 17:21:30 +01:00
TracySysTime.cpp Implement reading sys time on BSD. 2019-11-21 20:41:57 +01:00
TracySysTime.hpp Implement reading sys time on BSD. 2019-11-21 20:41:57 +01:00
TracySysTrace.cpp Build sanitization & Static analysis warning fixes 2020-05-02 14:52:57 -07:00
TracySysTrace.hpp Store sampling period. 2020-02-25 23:08:52 +01:00
TracySysTracePayload.hpp
TracyThread.hpp