Skip to main content
InspectorConsole.profile - inspector - Node documentation
method InspectorConsole.profile

Usage in Deno

import { type InspectorConsole } from "node:inspector";
InspectorConsole.profile(label?: any): void

Parameters

optional
label: any

Return Type

void