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

Usage in Deno

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

Parameters

optional
label: any

Return Type

void