Add tracing perfetto

This commit is contained in:
hal8174 2025-02-20 21:31:06 +01:00
parent 3b8865c169
commit 10d89f5886
3 changed files with 106 additions and 11 deletions

View file

@ -15,3 +15,4 @@ clap = { version = "4.5.26", features = ["derive"] }
rand = { version = "0.9.0", features = ["small_rng"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-perfetto = { git = "https://git.he-li.dev/hal8174/tracing-perfetto.git" }