|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Conditional Tracy profiling macros for the editor. When ENABLE_TRACY is defined, the real Tracy profiler client is included; otherwise the macros expand to no-ops so editor code can be instrumented unconditionally. More...
Macros | |
| #define | ZoneScoped static_cast<void>(0) |
| #define | ZoneScopedN(name) |
| #define | FrameMark static_cast<void>(0) |
| #define | FrameMarkStart(name) |
| #define | FrameMarkEnd(name) |
Conditional Tracy profiling macros for the editor. When ENABLE_TRACY is defined, the real Tracy profiler client is included; otherwise the macros expand to no-ops so editor code can be instrumented unconditionally.
Native editor builds enable Tracy by default; RE and WASM builds compile this wrapper as no-ops.
| #define FrameMarkEnd | ( | name | ) |
| #define FrameMarkStart | ( | name | ) |
| #define ZoneScopedN | ( | name | ) |