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
Petr Shurgalin
5ddf62b54e
Customizable source location data
2022-11-30 12:39:50 +02:00
Bartosz Taudul
89a55a2220
Remove semicolons from lockable macros.
2022-11-09 22:07:36 +01:00
xxxbxxx
a0cb8eb1d5
Added typed plots variants to the C API
2022-11-03 13:47:04 +01:00
Pilzschaf
a55fd64a5b
Added gpu zone begin non-alloc and callstack variants to the C API
2022-09-09 21:23:07 +02:00
Pilzschaf
823519a1de
Fix indentation
2022-09-09 18:45:54 +02:00
Pilzschaf
41a1ac203b
Added gpu calibration to the C API
2022-09-09 18:40:17 +02:00
hulakdar
e35db2657b
A bit more consistent usage of atomic
2022-08-26 13:25:58 +03:00
hulakdar
391cb4242e
Fix d3d12 gpu zones for multithreaded use
2022-08-26 13:07:07 +03:00
Bartosz Taudul
72b7d0db5b
Add user data pointer to parameter callback.
2022-08-26 00:46:01 +02:00
Bartosz Taudul
7df4aef122
Expose source callback registering through a macro.
2022-08-17 16:26:03 +02:00
Bartosz Taudul
3840f39fc9
Fix macros.
2022-08-08 19:16:42 +02:00
Bartosz Taudul
f4b0654fcd
Allow setting plot color in the configuration message.
2022-07-24 13:32:21 +02:00
Bartosz Taudul
3f51409389
Add step and fill parameters to plot configuration.
2022-07-24 13:05:01 +02:00
Bartosz Taudul
06c7984a16
Move all client headers and sources to public/ directory.
2022-07-17 15:47:38 +02:00