mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 00:54:21 +01:00
add tracy support
android: `make android-tracy` desktop: `cargo run --release --features tracy` connect via `127.0.0.1:8086` if using android then want to use desktop, unset the adb port forwarding: `adb forward --remove tcp:8086` Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -51,6 +51,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