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 bf74826 commit 2a424b8Copy full SHA for 2a424b8
README.md
@@ -46,5 +46,7 @@ It will create a flame graph that shows the time spent in each function and the
46
**Example**
47
48
```sh
49
-node ./tools/nx-advanced-profile.bin.js --verbose --noPatch --outDir=./tools/demo --outFile=nx-show-projects
+node ./tools/nx-advanced-profile.bin.js --args=show,projects
50
+node ./tools/nx-advanced-profile.bin.js --args=show,projects --verbose
51
+node ./tools/nx-advanced-profile.bin.js -v -p -o./tools/demo -f=nx-show-projects.json
52
```
0 commit comments