Use default performance manager for K2JVMCompiler
This commit is contained in:
-1
@@ -193,7 +193,6 @@ class IncrementalJsCompilerRunner(
|
||||
compiler.exec(messageCollector, services, args)
|
||||
} finally {
|
||||
args.freeArgs = freeArgsBackup
|
||||
// reporter.report { compiler.defaultPerformanceManager.renderCompilerPerformance() }
|
||||
reportPerformanceData(compiler.defaultPerformanceManager)
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -431,7 +431,6 @@ class IncrementalJvmCompilerRunner(
|
||||
args.allowNoSourceFiles = true
|
||||
val exitCode = compiler.exec(messageCollector, services, args)
|
||||
args.freeArgs = freeArgsBackup
|
||||
// reporter.report { compiler.defaultPerformanceManager.renderCompilerPerformance() }
|
||||
reportPerformanceData(compiler.defaultPerformanceManager)
|
||||
return exitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user