Add some debug logging for timing in module compiles (#3417)
* Add some debug logging for timing in module compiles This is sometimes helpful when debugging slow compiles from fuzz bugs or similar. * Fix total duration calculation to not double-count
This commit is contained in:
@@ -12,6 +12,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
log = "0.4"
|
||||
wasmtime-environ = { path = "../environ", version = "0.30.0" }
|
||||
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.77.0" }
|
||||
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.77.0" }
|
||||
|
||||
Reference in New Issue
Block a user