Merge tracy profiling by kernel

kernelkind (1):
      add tracy support
This commit is contained in:
William Casarin
2025-10-02 12:33:27 -07:00
4 changed files with 110 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ path = "src/notedeck.rs"
default = []
memory = ["re_memory"]
puffin = ["profiling/profile-with-puffin", "dep:puffin"]
tracy = ["profiling/profile-with-tracy"]
debug-widget-callstack = ["egui/callstack"]
debug-interactive-widgets = []

View File

@@ -73,4 +73,5 @@ security-framework = "2.11.0"
[features]
default = []
puffin = ["dep:puffin", "profiling/profile-with-puffin"]
tracy = ["profiling/profile-with-tracy"]