mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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(). |