Skip to content

Commit

Permalink
Replace hawktracer with tracing-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored and barrbrain committed Nov 22, 2023
1 parent ba24b2f commit c213e75
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 38 deletions.
175 changes: 139 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ desync_finder = ["backtrace"]
bench = []
check_asm = []
capi = ["scan_fmt"]
tracing = ["rust_hawktracer/profiling_enabled", "rust_hawktracer/pkg_config"]
tracing = [
"profiling/profile-with-tracing",
"tracing-subscriber",
"tracing-chrome",
"dep:tracing"
]
scenechange = []
serialize = ["serde", "toml", "v_frame/serialize", "serde-big-array"]
wasm = ["wasm-bindgen"]
Expand Down Expand Up @@ -102,12 +107,15 @@ fern = { version = "0.6", optional = true }
itertools = "0.11"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.87", optional = true }
rust_hawktracer = "0.7.0"
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
once_cell = "1.18.0"
av1-grain = { version = "0.2.2", features = ["serialize"] }
serde-big-array = { version = "0.5.1", optional = true }
profiling = { version = "1" }
tracing-subscriber = { version = "0.3.18", optional = true }
tracing-chrome = { version = "0.7.1", optional = true }
tracing = { version = "0.1.40", optional = true }

[dependencies.image]
version = "0.24.6"
Expand Down

0 comments on commit c213e75

Please sign in to comment.