[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [SetShowFPSCounterRequest](./puppeteer.protocol.overlay.setshowfpscounterrequest.md) ## Protocol.Overlay.SetShowFPSCounterRequest interface Signature: ```typescript export interface SetShowFPSCounterRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [show](./puppeteer.protocol.overlay.setshowfpscounterrequest.show.md) | boolean | True for showing the FPS counter |