We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6627c1f commit 0a2610aCopy full SHA for 0a2610a
doc/api/perf_hooks.md
@@ -101,7 +101,7 @@ setImmediate(() => {
101
});
102
```
103
104
-While the CPU is mostly idle while running this script the value of
+Although the CPU is mostly idle while running this script, the value of
105
`utilization` is 1. This is because the call to [`child_process.spawnSync()`][]
106
blocks the event loop from proceeding.
107
0 commit comments