HeapProfileHandle

sealed external interface HeapProfileHandle(source)

Since

v24.9.0

Functions

Link copied to clipboard
abstract suspend fun stop(): String
Link copied to clipboard
abstract fun stopAsync(): Promise<String>

Stopping collecting the profile, then return a Promise that fulfills with an error or the profile data.