Files
Richard Feldman 152df995b9 Add dev::StartTracing action to launch Tracy profiler
- Add is_enabled() function to ztracing crate to detect if tracy support is compiled in
- Add StartTracing action that launches tracy-profiler if found on PATH
- Show appropriate notifications for success/failure states
- Show warning with icon when running debug build (profiling results won't be accurate)
- Simplify ztracing to use just --features tracy instead of requiring ZTRACING env var
2025-12-24 11:50:49 -05:00
..