14 lines
580 B
Markdown
14 lines
580 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [StopSamplingResponse](./puppeteer.protocol.heapprofiler.stopsamplingresponse.md) > [profile](./puppeteer.protocol.heapprofiler.stopsamplingresponse.profile.md)
|
|
|
|
## Protocol.HeapProfiler.StopSamplingResponse.profile property
|
|
|
|
Recorded sampling heap profile.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
profile: SamplingHeapProfile;
|
|
```
|