Add finish_ongoing_codegen timer in join_codegen to match cg_llvm
This commit is contained in:
parent
b5966e4e88
commit
c637a84ad4
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ impl CodegenBackend for CraneliftCodegenBackend {
|
|||
sess: &Session,
|
||||
outputs: &OutputFilenames,
|
||||
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
|
||||
let _timer = sess.timer("finish_ongoing_codegen");
|
||||
|
||||
ongoing_codegen.downcast::<driver::aot::OngoingCodegen>().unwrap().join(
|
||||
sess,
|
||||
outputs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue