mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 09:04:21 +01:00
Merge tracy profiling by kernel
kernelkind (1):
add tracy support
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
@@ -73,4 +73,5 @@ security-framework = "2.11.0"
|
||||
[features]
|
||||
default = []
|
||||
puffin = ["dep:puffin", "profiling/profile-with-puffin"]
|
||||
tracy = ["profiling/profile-with-tracy"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user