[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [ProfileSnapshotResponse](./puppeteer.protocol.layertree.profilesnapshotresponse.md) ## Protocol.LayerTree.ProfileSnapshotResponse interface Signature: ```typescript export interface ProfileSnapshotResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [timings](./puppeteer.protocol.layertree.profilesnapshotresponse.timings.md) | [PaintProfile](./puppeteer.protocol.layertree.paintprofile.md)\[\] | The array of paint profiles, one per run. |