[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) ## Protocol.Memory namespace Signature: ```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. |