Skip to content

Commit 2a424b8

Browse files
committed
update docs
1 parent bf74826 commit 2a424b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ It will create a flame graph that shows the time spent in each function and the
4646
**Example**
4747

4848
```sh
49-
node ./tools/nx-advanced-profile.bin.js --verbose --noPatch --outDir=./tools/demo --outFile=nx-show-projects
49+
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
5052
```

0 commit comments

Comments
 (0)