summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2024-02-04 10:24:11 -0800
committerPaul E. McKenney <paulmck@kernel.org>2024-02-08 09:16:59 -0800
commit855ed57ec5e0508edab3ec613193caeb32c4078b (patch)
tree5fb39646daeb6452420d3cbbfc12ca196db1d018
parent4fd2cd9edede2969fe335e297883309264529c0a (diff)
downloadperfbook-855ed57ec5e0508edab3ec613193caeb32c4078b.tar.gz
memorder: Adjust QQ 16.31 to allow for not-quite monomodality
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--memorder/memorder.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index ef6d539b..edb870c7 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -2999,11 +2999,11 @@ passage of time itself as a memory-ordering operation.
Alert readers may have noticed that the distribution shown in
\cref{fig:memorder:Store-to-Store is Counter-Temporal on x86}
- is monomodal, which those in
+ is nearly monomodal, which those in
\cref{fig:memorder:Load-to-Store is Counter-Temporal on x86}
and
\cref{fig:memorder:Store-to-Load is Temporal on x86}
- are trimodal.
+ are decidedly trimodal.
Such readers are encouraged to consider why that might be,
perhaps referring to \path{CodeSamples/cpu/perftemporal.sh} and
the scripts and programs that it invokes.