Profiler.ConsoleProfileStartedEventDataType - Node documentation
interface Profiler.ConsoleProfileStartedEventDataType

Usage in Deno

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

Properties

id: string

Location of console.profile().

optional
title: string | undefined

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