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

34 lines
1.5 KiB
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; [Memory](./puppeteer.protocol.memory.md)
## Protocol.Memory namespace
<b>Signature:</b>
```typescript
export namespace Memory
```
## Interfaces
| Interface | Description |
| --- | --- |
| [GetAllTimeSamplingProfileResponse](./puppeteer.protocol.memory.getalltimesamplingprofileresponse.md) | |
| [GetBrowserSamplingProfileResponse](./puppeteer.protocol.memory.getbrowsersamplingprofileresponse.md) | |
| [GetDOMCountersResponse](./puppeteer.protocol.memory.getdomcountersresponse.md) | |
| [GetSamplingProfileResponse](./puppeteer.protocol.memory.getsamplingprofileresponse.md) | |
| [Module](./puppeteer.protocol.memory.module.md) | Executable module information |
| [SamplingProfile](./puppeteer.protocol.memory.samplingprofile.md) | Array of heap profile samples. |
| [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md) | Heap profile sample. |
| [SetPressureNotificationsSuppressedRequest](./puppeteer.protocol.memory.setpressurenotificationssuppressedrequest.md) | |
| [SimulatePressureNotificationRequest](./puppeteer.protocol.memory.simulatepressurenotificationrequest.md) | |
| [StartSamplingRequest](./puppeteer.protocol.memory.startsamplingrequest.md) | |
## Type Aliases
| Type Alias | Description |
| --- | --- |
| [PressureLevel](./puppeteer.protocol.memory.pressurelevel.md) | Memory pressure level. |