[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [GetAllTimeSamplingProfileResponse](./puppeteer.protocol.memory.getalltimesamplingprofileresponse.md) ## Protocol.Memory.GetAllTimeSamplingProfileResponse interface Signature: ```typescript export interface GetAllTimeSamplingProfileResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [profile](./puppeteer.protocol.memory.getalltimesamplingprofileresponse.profile.md) | [SamplingProfile](./puppeteer.protocol.memory.samplingprofile.md) | |