Add Kotlin daemon memory usage into build report
#KT-56211: Fixed
This commit is contained in:
committed by
Space Team
parent
f0fba7be64
commit
c16dabba1f
+1
-1
@@ -81,7 +81,7 @@ interface CompileService : Remote {
|
||||
fun checkCompilerId(expectedCompilerId: CompilerId): Boolean
|
||||
|
||||
@Throws(RemoteException::class)
|
||||
fun getUsedMemory(): CallResult<Long>
|
||||
fun getUsedMemory(withGC: Boolean = true): CallResult<Long>
|
||||
|
||||
@Throws(RemoteException::class)
|
||||
fun getDaemonOptions(): CallResult<DaemonOptions>
|
||||
|
||||
Reference in New Issue
Block a user