tracy/public/client
Bartosz Taudul eb7c13e7bb
Fix message color component names in the protocol.
Red and blue channels were mislabeled. Otherwise, coding and decoding was
performed correctly, as far as the color channel order described in the manual
is followed by the user.

No change to the binary protocol was made.
2023-01-23 01:07:07 +01:00
..
tracy_concurrentqueue.h Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
tracy_rpmalloc.cpp Compatibility fixes for rpmalloc. 2022-07-30 14:13:54 +02:00
tracy_rpmalloc.hpp Update rpmalloc to 1.4.4. 2022-07-30 13:29:57 +02:00
tracy_SPSCQueue.h Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyAlloc.cpp Decouple rpmalloc usage from TRACY_ENABLE flag. 2022-08-08 19:40:16 +02:00
TracyArmCpuTable.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyCallstack.cpp Remove CodeLocation query and CodeInformation response. 2022-10-11 22:56:23 +02:00
TracyCallstack.h Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyCallstack.hpp Always provide Callstack() implementation, even if dummy. 2022-11-09 21:55:41 +01:00
TracyCpuid.hpp Fix cpuid symbol redefinition on older GCC versions 2022-08-31 17:59:46 +02:00
TracyDebug.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyDxt1.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyDxt1.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyFastVector.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyLock.hpp Don't transfer lock release thread id. 2022-07-18 01:56:09 +02:00
TracyOverride.cpp Override dlclose() to do nothing. 2022-10-28 01:21:52 +02:00
TracyProfiler.cpp Fix TRACY_NO_CALLSTACK on Windows. 2022-12-22 21:17:31 +01:00
TracyProfiler.hpp Fix message color component names in the protocol. 2023-01-23 01:07:07 +01:00
TracyRingBuffer.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyScoped.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyStringHelpers.hpp Do not duplicate code. 2022-07-20 01:06:12 +02:00
TracySysTime.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracySysTime.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracySysTrace.cpp Do not retrieve call stacks if sampling is not requested. 2023-01-05 21:45:44 +01:00
TracySysTrace.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyThread.hpp Fix call to rpmalloc_thread_finalize in manual lifetime use-case. 2022-07-30 14:33:39 +02:00