[K2] Don't include IRTranslation time as total Generation time
Such behavior is more on par with K1. #KT-65094 Fixed
This commit is contained in:
+1
-1
@@ -267,7 +267,6 @@ open class IncrementalFirJvmCompilerRunner(
|
||||
|
||||
val cycleResult = firIncrementalCycle() ?: return ExitCode.COMPILATION_ERROR to allCompiledSources
|
||||
|
||||
performanceManager?.notifyGenerationStarted()
|
||||
performanceManager?.notifyIRTranslationStarted()
|
||||
|
||||
val extensions = JvmFir2IrExtensions(configuration, JvmIrDeserializerImpl(), JvmIrMangler)
|
||||
@@ -278,6 +277,7 @@ open class IncrementalFirJvmCompilerRunner(
|
||||
|
||||
performanceManager?.notifyIRTranslationFinished()
|
||||
|
||||
performanceManager?.notifyGenerationStarted()
|
||||
val irInput = ModuleCompilerIrBackendInput(
|
||||
targetId,
|
||||
configuration,
|
||||
|
||||
Reference in New Issue
Block a user