Skip to content

Commit 2605c1d

Browse files
committed
[Docs] Tweak some wording
1 parent b2dd4a7 commit 2605c1d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

doc/modules/ROOT/pages/debugging/profiling.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ A typical profiling report looks something like this:
3434

3535
Let's demystify all the column names:
3636

37-
* `:n` Number of samples.
38-
* `:sum` Aggregate time spent in fn.
39-
* `:q1` First quartile i.e. twenty-fifth percentile.
40-
* `:med` Median i.e. fiftieth percentile.
41-
* `:q3` Third quartile i.e. seventy-fifth percentile.
42-
* `:sd` Standard deviation i.e. the square root of the sum of squares
37+
* `:n`: Number of samples.
38+
* `:sum`: Aggregate time spent in fn.
39+
* `:q1`: First quartile i.e. twenty-fifth percentile.
40+
* `:med`: Median i.e. fiftieth percentile.
41+
* `:q3`: Third quartile i.e. seventy-fifth percentile.
42+
* `:sd`: Standard deviation i.e. the square root of the sum of squares
4343
of differences from the mean.
44-
* `:mad` Mean average deviation, I don't feel like looking up the
45-
definition just now.
44+
* `:mad`: Mean absolute deviation. See https://en.wikipedia.org/wiki/Average_absolute_deviation[this article] for more details.
4645

4746
== Keybindings
4847

0 commit comments

Comments
 (0)