Files
tracy/public/client
Bartosz Taudul 2a7542ccd8 Mangle the GetToken accessor based on config.
The macro fast paths only reference GetProfiler from -O0 code, direct
calls, and ON_DEMAND builds: the single GetProfiler() call on the macro
path sits behind the constexpr-dead callstack guard and is folded away
at -O1+, so Release builds carried no config fingerprint and mismatched
clients linked silently.

GetToken is the hot-path binding of every queueing macro and is
referenced at all optimization levels; mangle it the same way so
mismatches fail at link time in Release builds too.
2026-08-17 22:21:57 +02:00
..
2025-07-16 12:51:16 +02:00
2022-07-30 13:29:57 +02:00
2026-03-04 21:42:14 -08:00
2026-07-29 18:57:03 +02:00
2026-07-31 18:12:13 +02:00
2022-07-20 01:06:12 +02:00
2023-03-10 00:23:09 +01:00