22 lines
834 B
Markdown
22 lines
834 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [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)<!-- -->\[\] | |
|
||
|
|