chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / RuntimeDomain / getHeapUsage

getHeapUsage

suspend fun getHeapUsage(): GetHeapUsageResponse

Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime.

Official doc