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