method InspectorConsole.profileEnd Usage in Deno```typescript import { type InspectorConsole } from "node:node__inspector.d.ts"; ``` InspectorConsole.profileEnd(label?: any): void Parameters optional label: any Return Type void