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:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3514,6 +3514,7 @@ dependencies = [
|
||||
"cranelift-native",
|
||||
"cranelift-wasm",
|
||||
"gimli",
|
||||
"log",
|
||||
"more-asserts",
|
||||
"object",
|
||||
"target-lexicon",
|
||||
|
||||
Reference in New Issue
Block a user