tracy/public/common
Bartosz Taudul e92874c0bb
Save "on demand" flag in traces.
Previously on demand mode was determined by frame offset parameter being
greater than zero. However, if the application is not pumping frames with
FrameMark macro, the frame index will never increase and the frame offset
parameter stay at zero. It is not possible to distinguish on demand traces
from normal ones in this scenario.

Fix by explicitly saving the on demand flag in trace file and employ the
previous logic to set the flag when importing older traces.
2023-03-04 00:11:32 +01:00
..
tracy_lz4.cpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
tracy_lz4.hpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
tracy_lz4hc.cpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
tracy_lz4hc.hpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
TracyAlign.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyAlloc.hpp No rpmalloc on emscripten. 2022-08-08 19:40:17 +02:00
TracyApi.h Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyColor.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyForceInline.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyMutex.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyProtocol.hpp Add compatibility with previous broadcast versions. 2022-10-26 23:23:07 +02:00
TracyQueue.hpp Fix color channel names in source location message. 2023-01-23 01:23:15 +01:00
TracySocket.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracySocket.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyStackFrames.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyStackFrames.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracySystem.cpp Always fallback to using native thread name... 2022-11-29 12:02:42 -08:00
TracySystem.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyUwp.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyVersion.hpp Save "on demand" flag in traces. 2023-03-04 00:11:32 +01:00
TracyYield.hpp Check for macro existence before checking its value. 2022-09-11 13:09:59 +02:00