You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile-queries.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ This command will generate the following files:
38
38
the [trace of queries](#trace-of-queries).
39
39
-`profile_queries.counts.txt` consists of a histogram, where each histogram "bucket" is a query provider.
40
40
41
-
### 3. Inspect the HTML output
42
-
Open the HTML file (`profile_queries.html`) with a browser. See [this section](#interpret-the-html-output) for an explanation of this file.
41
+
### 3. Inspect the output
42
+
3(a). Open the HTML file (`profile_queries.html`) with a browser. See [this section](#interpret-the-html-output) for an explanation of this file.
43
43
44
-
Open the data file (`profile_queries.counts.txt`) with a text editor, or spreadsheet. See [this section](#interpret-the-data-output) for an explanation of this file.
44
+
3(b). Open the data file (`profile_queries.counts.txt`) with a text editor, or spreadsheet. See [this section](#interpret-the-data-output) for an explanation of this file.
45
45
46
-
Older stuff, also generated as output (you can _ignore these files_; we won't discuss them further here):
46
+
3(c). Older stuff, also generated as output (you can _ignore these files_; we won't discuss them further here):
47
47
48
48
-`dep_graph.dot` consists of old stuff: a representation of dependencies that are _outside_ the newer query model.
49
49
-`dep_graph.txt` consists of old stuff: a representation of dependencies that are _outside_ the newer query model.
@@ -73,7 +73,7 @@ We style this formal structure as follows:
73
73
trace's tree. (CSS class: `hit`).
74
74
- Red boxes represent query misses. They consist of internal nodes in
75
75
the trace's tree. (CSS class: `miss`).
76
-
- Some red boxes are_nested within others_. This nesting structure
76
+
- Some red boxes contain_nested boxes and dots_. This nesting structure
77
77
reflects that some providers _depend on_ results from other
78
78
providers, which consist of their nested children.
79
79
- For example, the red box labeled as `typeck_tables_of` depends
0 commit comments