perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH -perfbook] memorder: Tweak size of figures in Answer to QQz on x86 memory ordering
Date: Tue, 23 Jan 2024 23:58:24 +0900	[thread overview]
Message-ID: <4c252203-5802-4183-af41-f6a311663df7@gmail.com> (raw)

The use \columnwidth results in too large figures in -1c and -eb
builds.  Instead, use \twocolumwidth (\columnwidth of 2c build) and
make them more or less similarly scaled.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 memorder/memorder.tex | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 1c85b22c..940ef401 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -2854,7 +2854,7 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{CodeSamples/cpu/data/coe-nvals}}
+\resizebox{\twocolumnwidth}{!}{\includegraphics{CodeSamples/cpu/data/coe-nvals}}
 \caption{x86 CPUs Can Disagree}
 \label{fig:memorder:x86 CPUs Can Disagree}
 \end{figure}
@@ -2876,7 +2876,7 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{memorder/co-hopes}}
+\resizebox{.85\twocolumnwidth}{!}{\includegraphics{memorder/co-hopes}}
 \caption{Is Store-to-Store Counter-Temporal on x86?}
 \label{fig:memorder:Is Store-to-Store Counter-Temporal on x86?}
 \end{figure}
@@ -2899,7 +2899,7 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{CodeSamples/cpu/data/coe}}
+\resizebox{\twocolumnwidth}{!}{\includegraphics{CodeSamples/cpu/data/coe}}
 \caption{Store-to-Store is Counter-Temporal on x86}
 \label{fig:memorder:Store-to-Store is Counter-Temporal on x86}
 \end{figure}
@@ -2922,7 +2922,7 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{2.2in}{!}{\includegraphics{memorder/fr-hopes}}
+\resizebox{.6\twocolumnwidth}{!}{\includegraphics{memorder/fr-hopes}}
 \caption{Is Load-to-Store Counter-Temporal on x86?}
 \label{fig:memorder:Is Load-to-Store Counter-Temporal on x86?}
 \end{figure}
@@ -2940,7 +2940,7 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{CodeSamples/cpu/data/fre}}
+\resizebox{\twocolumnwidth}{!}{\includegraphics{CodeSamples/cpu/data/fre}}
 \caption{Load-to-Store is Counter-Temporal on x86}
 \label{fig:memorder:Load-to-Store is Counter-Temporal on x86}
 \end{figure}
@@ -2958,14 +2958,14 @@ passage of time itself as a memory-ordering operation.
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{memorder/rf-hopes}}
+\resizebox{\twocolumnwidth}{!}{\includegraphics{memorder/rf-hopes}}
 \caption{Is Store-to-Load Counter-Temporal on x86?}
 \label{fig:memorder:Is Store-to-Load Counter-Temporal on x86?}
 \end{figure}
 
 \begin{figure}
 \centering
-\resizebox{\columnwidth}{!}{\includegraphics{CodeSamples/cpu/data/rfe}}
+\resizebox{\twocolumnwidth}{!}{\includegraphics{CodeSamples/cpu/data/rfe}}
 \caption{Store-to-Load is Temporal on x86}
 \label{fig:memorder:Store-to-Load is Temporal on x86}
 \end{figure}

base-commit: 9caac64bfabf85439c480ce928dddef969354369
-- 
2.34.1

             reply	other threads:[~2024-01-23 14:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 14:58 Akira Yokosawa [this message]
2024-01-23 16:51 ` [PATCH -perfbook] memorder: Tweak size of figures in Answer to QQz on x86 memory ordering Paul E. McKenney
2024-01-25 11:15   ` Akira Yokosawa
2024-01-25 13:05     ` Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4c252203-5802-4183-af41-f6a311663df7@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).