File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
doc/modules/ROOT/pages/debugging Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,14 @@ A typical profiling report looks something like this:
34
34
35
35
Let's demystify all the column names:
36
36
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
43
43
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.
46
45
47
46
== Keybindings
48
47
You can’t perform that action at this time.
0 commit comments