[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [StopResponse](./puppeteer.protocol.profiler.stopresponse.md) ## Protocol.Profiler.StopResponse interface Signature: ```typescript export interface StopResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [profile](./puppeteer.protocol.profiler.stopresponse.profile.md) | [Profile](./puppeteer.protocol.profiler.profile.md) | Recorded profile. |