Dont call GC for every task
This commit is contained in:
committed by
Space Team
parent
a43a16b25b
commit
730502638a
@@ -80,6 +80,7 @@ interface CompileService : Remote {
|
||||
@Throws(RemoteException::class)
|
||||
fun checkCompilerId(expectedCompilerId: CompilerId): Boolean
|
||||
|
||||
//Call with [withGC=true] can cause performance issue
|
||||
@Throws(RemoteException::class)
|
||||
fun getUsedMemory(withGC: Boolean = true): CallResult<Long>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user