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 c8b9d38 commit dfa4029Copy full SHA for dfa4029
doc/api/cli.md
@@ -495,6 +495,8 @@ in the current working directory.
495
If `--cpu-prof-name` is not specified, the generated profile is
496
named `CPU.${yyyymmdd}.${hhmmss}.${pid}.${tid}.${seq}.cpuprofile`.
497
498
+If `--cpu-prof-name` is specified, the provided value will be used as-is; patterns such as `${hhmmss}` or `${pid}` are not supported.
499
+
500
```console
501
$ node --cpu-prof index.js
502
$ ls *.cpuprofile
0 commit comments