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