tracy/public
Simonas Kazlauskas 5a7a83d307 move ___tracy_fiber* declarations to under ifdef
These functions are only defined when -DTRACY_FIBERS is set. However,
the function is declared regardless of this declaration, which seems
like it could lead to obscure linking errors. I haven’t encountered any
of these specifically, but in my case, this distinction makes it more
difficult to produce correctly auto-generated bindings.
2023-01-19 01:54:26 +02:00
..
client Do not retrieve call stacks if sampling is not requested. 2023-01-05 21:45:44 +01:00
common Always fallback to using native thread name... 2022-11-29 12:02:42 -08:00
libbacktrace Fix type. 2023-01-05 20:34:50 +01:00
tracy move ___tracy_fiber* declarations to under ifdef 2023-01-19 01:54:26 +02:00
TracyClient.cpp Override dlclose() to do nothing. 2022-10-28 01:21:52 +02:00