MCPcopy Create free account
hub / github.com/deepnote/deepnote / BlockProfile

Interface BlockProfile

packages/cli/src/utils/metrics.ts:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19/** Profile data for a single block */
20export interface BlockProfile {
21 id: string
22 label: string
23 durationMs: number
24 memoryBefore: number
25 memoryAfter: number
26 memoryDelta: number
27}
28
29/** Default timeout for metrics fetch in milliseconds */
30const METRICS_FETCH_TIMEOUT_MS = 5000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected