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

Function printMetric

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

Source from the content-addressed store, hash-verified

563}
564
565function printMetric(label, value, suffix = 'ms') {
566 console.log(`${label.padEnd(34)} ${String(value).padStart(8)}${suffix}`)
567}
568
569async function stopChild(child) {
570 if (!child || child.exitCode !== null) return

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected