Profiler.stopNo description available.
| Name | Type | Description |
|---|---|---|
profile | Profile | Recorded profile. |
{
"id": 1,
"method": "Profiler.stop"
}
{
"id": 1,
"result": {
"profile": "profile-value"
}
}
const result = await send('Profiler.stop');
console.log(result);
// {"profile": "profile-value"}