Profiler.ConsoleProfileFinishedEventDataType - Node documentation
interface Profiler.ConsoleProfileFinishedEventDataType

Usage in Deno

import { type Profiler } from "node:inspector";
type { ConsoleProfileFinishedEventDataType } = Profiler;

Properties

id: string

Location of console.profileEnd().

optional
title: string | undefined

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