CPUProfileHandle

sealed external interface CPUProfileHandle(source)

Since

v24.8.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.