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