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 0b20e82 commit 646ae56Copy full SHA for 646ae56
packages/cpu-prof/docs/case-study--nx-graph-time/Readme.md
@@ -6,6 +6,12 @@ Use native Node.js CPU profiling to analyze where time is spent when calculating
6
7
### Project Graph
8
9
+Save setup specification:
10
+
11
+```bash
12
+nx report > ./profiles/nx-show-projects/nx-report.md
13
+```
14
15
Measure the project graph creation:
16
17
```bash
@@ -18,6 +24,12 @@ node ./node_modules/nx/bin/nx.js show projects --json
18
24
19
25
### Task Graph
20
26
27
28
29
30
+nx report > ./profiles/nx-show-project/nx-report.md
31
32
21
33
Measure the task graph creation:
22
34
23
35
0 commit comments