Skip to main content
interface Profiler.ConsoleProfileFinishedEventDataType

Properties

id: string

Location of console.profileEnd().

optional
title: string | undefined

Profile title passed as an argument to console.profile().

Back to top