puppeteer/new-docs/puppeteer.protocol.memory.samplingprofile.md

22 lines
834 B
Markdown
Raw Normal View History

<!-- 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; [Memory](./puppeteer.protocol.memory.md) &gt; [SamplingProfile](./puppeteer.protocol.memory.samplingprofile.md)
## Protocol.Memory.SamplingProfile interface
Array of heap profile samples.
<b>Signature:</b>
```typescript
export interface SamplingProfile
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [modules](./puppeteer.protocol.memory.samplingprofile.modules.md) | [Module](./puppeteer.protocol.memory.module.md)<!-- -->\[\] | |
| [samples](./puppeteer.protocol.memory.samplingprofile.samples.md) | [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md)<!-- -->\[\] | |