Skip to main content
Profiler.ConsoleProfileStartedEventDataType - inspector - Node documentation
interface Profiler.ConsoleProfileStartedEventDataType

Usage in Deno

import { Profiler } from "node:inspector";

Properties

id: string

Location of console.profile().

optional
title: string | undefined

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