tracy/public
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
..
client Fix race condition for symbols resolution on windows 2023-02-14 15:32:37 +01:00
common Save "on demand" flag in traces. 2023-03-04 00:11:32 +01:00
libbacktrace Fix type. 2023-01-05 20:34:50 +01:00
tracy Add missing include 2023-02-10 12:15:58 +01:00
TracyClient.cpp Override dlclose() to do nothing. 2022-10-28 01:21:52 +02:00