Memory.getSamplingProfileRetrieve native memory allocations profile collected since last `startSampling` call.
| Name | Type | Description |
|---|---|---|
profile | SamplingProfile |
{
"id": 1,
"method": "Memory.getSamplingProfile"
}
{
"id": 1,
"result": {
"profile": "profile-value"
}
}
const result = await send('Memory.getSamplingProfile');
console.log(result);
// {"profile": "profile-value"}