puppeteer/new-docs/puppeteer.protocol.profiler.consoleprofilestartedevent.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > Profiler > ConsoleProfileStartedEvent

Protocol.Profiler.ConsoleProfileStartedEvent interface

Sent when new profile recording is started using console.profile() call.

Signature:

export interface ConsoleProfileStartedEvent 

Properties

Property Type Description
id string
location Debugger.Location Location of console.profile().
title string Profile title passed as an argument to console.profile().