emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 2605c1dd19 1/2: [Docs] Tweak some wording


From: ELPA Syncer
Subject: [nongnu] elpa/cider 2605c1dd19 1/2: [Docs] Tweak some wording
Date: Tue, 31 May 2022 02:58:11 -0400 (EDT)

branch: elpa/cider
commit 2605c1dd19fb43197b1447805c326e2f03a42e50
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Docs] Tweak some wording
---
 doc/modules/ROOT/pages/debugging/profiling.adoc | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/doc/modules/ROOT/pages/debugging/profiling.adoc 
b/doc/modules/ROOT/pages/debugging/profiling.adoc
index 7a2da5deb3..8e568c1089 100644
--- a/doc/modules/ROOT/pages/debugging/profiling.adoc
+++ b/doc/modules/ROOT/pages/debugging/profiling.adoc
@@ -34,15 +34,14 @@ A typical profiling report looks something like this:
 
 Let's demystify all the column names:
 
-* `:n` Number of samples.
-* `:sum` Aggregate time spent in fn.
-* `:q1` First quartile i.e. twenty-fifth percentile.
-* `:med` Median i.e. fiftieth percentile.
-* `:q3` Third quartile i.e. seventy-fifth percentile.
-* `:sd` Standard deviation i.e. the square root of the sum of squares
+* `:n`: Number of samples.
+* `:sum`: Aggregate time spent in fn.
+* `:q1`: First quartile i.e. twenty-fifth percentile.
+* `:med`: Median i.e. fiftieth percentile.
+* `:q3`: Third quartile i.e. seventy-fifth percentile.
+* `:sd`: Standard deviation i.e. the square root of the sum of squares
   of differences from the mean.
-* `:mad` Mean average deviation, I don't feel like looking up the
-  definition just now.
+* `:mad`: Mean absolute deviation. See 
https://en.wikipedia.org/wiki/Average_absolute_deviation[this article] for more 
details.
 
 == Keybindings
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]