[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ConsoleProfileStartedEvent](./puppeteer.protocol.profiler.consoleprofilestartedevent.md) > [title](./puppeteer.protocol.profiler.consoleprofilestartedevent.title.md) ## Protocol.Profiler.ConsoleProfileStartedEvent.title property Profile title passed as an argument to console.profile(). Signature: ```typescript title?: string; ```