MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / printMetric

Function printMetric

tooling/scripts/perf-desktop-runtime.mjs:537–539  ·  view source on GitHub ↗
(label, value, suffix = 'ms')

Source from the content-addressed store, hash-verified

535}
536
537function printMetric(label, value, suffix = 'ms') {
538 console.log(`${label.padEnd(34)} ${String(value).padStart(8)}${suffix}`)
539}
540
541async function stopChild(child) {
542 if (!child || child.exitCode !== null) return

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected