Skip to content

Commit 612bf83

Browse files
committed
update docs
1 parent d7a58da commit 612bf83

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Advanced Performance profiling for Nx
22

3+
| Default | Advanced |
4+
|----------------------------------------------------------|----------------------------------------------------------------------------|
5+
| ![flame-charts.png](./tools/imgs/nx-default-profile.png) | ![flame-charts.png](./tools/imgs/main-and-forked-process-flame-charts.png) |
6+
37
## Main Process Logging
48

59
1. Copy the `tools` folder into your workspace root.
@@ -10,7 +14,7 @@
1014
2. Go to the `Performance` tab
1115
4. Drag and drop the `./.nx-profiling/tools/nx-advanced-profile.bin.js` file into the DevTools window.
1216

13-
![flame-charts.png](./tools/main-process-flame-charts.png)
17+
![flame-charts.png](./tools/imgs/main-process-flame-charts.png)
1418

1519
## Main and Forked Process Logging
1620

@@ -19,7 +23,7 @@
1923
2. Run `node ./tools/nx-advanced-profile.bin.js --noPatch`. (As it is now patched inside the file directly)
2024
3. Drag and drop the `./.nx-profiling/tools/nx-advanced-profile.bin.js` file into the DevTools window.
2125

22-
![flame-charts.png](./tools/main-and-forked-process-flame-charts.png)
26+
![flame-charts.png](./tools/imgs/main-and-forked-process-flame-charts.png)
2327

2428
## Terminal Arguments
2529

@@ -35,3 +39,4 @@
3539
```sh
3640
node ./tools/nx-advanced-profile.bin.js --verbose --noPatch --outDir=./tools/demo --outFile=nx-show-projects
3741
```
42+

tools/imgs/nx-default-profile.png

173 KB
Loading

0 commit comments

Comments
 (0)