Skip to content

Commit ece233d

Browse files
author
Matthew Hammer
committed
fix miswording (thanks Niko); and format tweaks
1 parent 62827a0 commit ece233d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

profile-queries.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ This command will generate the following files:
3838
the [trace of queries](#trace-of-queries).
3939
- `profile_queries.counts.txt` consists of a histogram, where each histogram "bucket" is a query provider.
4040

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.
4343

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.
4545

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):
4747

4848
- `dep_graph.dot` consists of old stuff: a representation of dependencies that are _outside_ the newer query model.
4949
- `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:
7373
trace's tree. (CSS class: `hit`).
7474
- Red boxes represent query misses. They consist of internal nodes in
7575
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
7777
reflects that some providers _depend on_ results from other
7878
providers, which consist of their nested children.
7979
- For example, the red box labeled as `typeck_tables_of` depends

0 commit comments

Comments
 (0)