[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ConsoleProfileStartedEvent](./puppeteer.protocol.profiler.consoleprofilestartedevent.md) > [location](./puppeteer.protocol.profiler.consoleprofilestartedevent.location.md) ## Protocol.Profiler.ConsoleProfileStartedEvent.location property Location of console.profile(). Signature: ```typescript location: Debugger.Location; ```