Skip to content

Commit f8ecfb7

Browse files
authored
Update cpu-profiling.md
1 parent a87544f commit f8ecfb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/cpu-prof/docs/cpu-profiling.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,16 @@ NODE_OPTIONS="--cpu-prof" node -e "console.log('CPU')"
6767
```
6868

6969
> [!Note]
70-
> The **order** of CPU profiling arguments is critical!
71-
> Bad:
70+
> The **order** of CPU profiling arguments is critical!
71+
>
72+
> ❌ Bad:
7273
>
7374
> ```shell
7475
> # This will not create a CPU profile file.
7576
> node script.js --cpu-prof`
7677
> ```
7778
>
78-
> Good:
79+
> Good:
7980
>
8081
> ```shell
8182
> # This will create a CPU profile file under CWD.

0 commit comments

Comments
 (0)