add tracing to the treehouse as an instrumenting profiler
to create a trace of the treehouse's startup, use `--trace file.json`
This commit is contained in:
parent
2f7fbc1b6f
commit
07419ca702
22 changed files with 287 additions and 136 deletions
|
@ -3,6 +3,6 @@ members = ["crates/*"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
log = "0.4.20"
|
||||
tracing = "0.1.40"
|
||||
|
||||
treehouse-format = { path = "crates/treehouse-format" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue