Browse Source
When 'Profile isn't defined, the null/stub profiler macros will be used. When it is defined, macros that generate Tracy zones/tags will be used.master
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
(export-and-evaluate |
|||
(comptime-cond |
|||
('Profile ;; TODO: Different defines for different profilers |
|||
(import "Tracy.cake")) |
|||
(true |
|||
(import "ProfilerNull.cake")))) |
Loading…
Reference in new issue