Output total codegen statistics after IR translation/generation
This commit is contained in:
+1
-1
@@ -427,7 +427,6 @@ object KotlinToJVMBytecodeCompiler {
|
|||||||
}
|
}
|
||||||
CodegenFactory.doCheckCancelled(generationState)
|
CodegenFactory.doCheckCancelled(generationState)
|
||||||
generationState.factory.done()
|
generationState.factory.done()
|
||||||
performanceManager?.notifyGenerationFinished()
|
|
||||||
|
|
||||||
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()
|
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()
|
||||||
|
|
||||||
@@ -444,6 +443,7 @@ object KotlinToJVMBytecodeCompiler {
|
|||||||
)
|
)
|
||||||
|
|
||||||
performanceManager?.notifyIRGenerationFinished()
|
performanceManager?.notifyIRGenerationFinished()
|
||||||
|
performanceManager?.notifyGenerationFinished()
|
||||||
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()
|
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()
|
||||||
outputs[module] = generationState
|
outputs[module] = generationState
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user