puppeteer/new-docs/puppeteer.protocol.heapprofiler.getsamplingprofileresponse.profile.md
2020-07-13 14:01:35 +01:00

14 lines
617 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [GetSamplingProfileResponse](./puppeteer.protocol.heapprofiler.getsamplingprofileresponse.md) &gt; [profile](./puppeteer.protocol.heapprofiler.getsamplingprofileresponse.profile.md)
## Protocol.HeapProfiler.GetSamplingProfileResponse.profile property
Return the sampling profile being collected.
<b>Signature:</b>
```typescript
profile: SamplingHeapProfile;
```