mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Profiler > ConsoleProfileFinishedEvent
Protocol.Profiler.ConsoleProfileFinishedEvent interface
Signature:
export interface ConsoleProfileFinishedEvent
Properties
Property | Type | Description |
---|---|---|
id | string | |
location | Debugger.Location | Location of console.profileEnd(). |
profile | Profile | |
title | string | Profile title passed as an argument to console.profile(). |