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