On this page

C

CPUProfileHandle

History
M

cpuProfileHandle.stop

History
cpuProfileHandle.stop(): Promise
Returns:Promise

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

M

cpuProfileHandle[Symbol.asyncDispose]

History
cpuProfileHandle[Symbol.asyncDispose](): Promise
Returns:Promise

Stopping collecting the profile and the profile will be discarded.