All of lore.kernel.org
 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 2/5] datastruct: Break gnuplot command line per each plot trace
Date: Thu, 28 Oct 2021 09:15:24 +0900	[thread overview]
Message-ID: <d401e371-35cb-796f-d9a4-ff6180ae09dc@gmail.com> (raw)
In-Reply-To: <48719e0e-2828-7017-8efe-249dff1ef2a2@gmail.com>

This change has no effect on the resulting plots.
It is meant for ease of seeing diffs in the following change.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 .../hash/data/hps.resize.2020.09.05a/plots-resize.sh      | 7 ++++++-
 .../hash/data/hps.resize.2020.09.27a/plots-resize.sh      | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CodeSamples/datastruct/hash/data/hps.resize.2020.09.05a/plots-resize.sh b/CodeSamples/datastruct/hash/data/hps.resize.2020.09.05a/plots-resize.sh
index e431c817..892c801a 100644
--- a/CodeSamples/datastruct/hash/data/hps.resize.2020.09.05a/plots-resize.sh
+++ b/CodeSamples/datastruct/hash/data/hps.resize.2020.09.05a/plots-resize.sh
@@ -48,5 +48,10 @@ set label 2 "2,097,152" at 10,8000 left
 # set label 3 "131,072" at 10,5000 left
 # set label 4 "rwlock" at 0.3,1.6 left
 # set label 5 "refcnt" at 0.15,2.8 left
-plot "perftestS.2097152.${tag}.dat" w l, "perftestR.2097152.${tag}.dat" w l, "perftestL.2097152.${tag}.dat" w l, "perftestS.262144.${tag}.dat" w l, "perftestR.262144.${tag}.dat" w l, "perftestL.262144.${tag}.dat" w l
+plot "perftestS.2097152.${tag}.dat" w l,\
+     "perftestR.2097152.${tag}.dat" w l,\
+     "perftestL.2097152.${tag}.dat" w l,\
+     "perftestS.262144.${tag}.dat" w l,\
+     "perftestR.262144.${tag}.dat" w l,\
+     "perftestL.262144.${tag}.dat" w l
 ---EOF---
diff --git a/CodeSamples/datastruct/hash/data/hps.resize.2020.09.27a/plots-resize.sh b/CodeSamples/datastruct/hash/data/hps.resize.2020.09.27a/plots-resize.sh
index e43a33af..f06727cb 100644
--- a/CodeSamples/datastruct/hash/data/hps.resize.2020.09.27a/plots-resize.sh
+++ b/CodeSamples/datastruct/hash/data/hps.resize.2020.09.27a/plots-resize.sh
@@ -50,5 +50,11 @@ set label 2 "2,097,152" at 10,8000 left
 # set label 3 "131,072" at 10,5000 left
 # set label 4 "rwlock" at 0.3,1.6 left
 # set label 5 "refcnt" at 0.15,2.8 left
-plot "perftestS.2097152.${tag}.dat" w l, "perftestR.2097152.${tag}.dat" w l, "perftestL.2097152.${tag}.dat" w l, "perftestS.262144.${tag}.dat" w l, "perftestR.262144.${tag}.dat" w l, "perftestL.262144.${tag}.dat" w l, "perftestL.2097152.hps.2020.09.27a.dat" w l
+plot "perftestS.2097152.${tag}.dat" w l,\
+     "perftestR.2097152.${tag}.dat" w l,\
+     "perftestL.2097152.${tag}.dat" w l,\
+     "perftestS.262144.${tag}.dat" w l,\
+     "perftestR.262144.${tag}.dat" w l,\
+     "perftestL.262144.${tag}.dat" w l,\
+     "perftestL.2097152.hps.2020.09.27a.dat" w l
 ---EOF---
-- 
2.17.1



  parent reply	other threads:[~2021-10-28  0:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28  0:12 [PATCH -perfbook 0/5] Misc tweaks of figures Akira Yokosawa
2021-10-28  0:14 ` [PATCH -perfbook 1/5] Shrink Figures 9.27 and 14.3 in 2c builds Akira Yokosawa
2021-10-28  0:15 ` Akira Yokosawa [this message]
2021-10-28  0:16 ` [PATCH -perfbook 3/5] datastruct: Use consistent dash type in Figures 10.19 and E.7 Akira Yokosawa
2021-10-28  0:19 ` [PATCH -perfbook 4/5] datastruct: Expand on the dash type of traces in Figure 10.19 Akira Yokosawa
2021-10-28  0:20 ` [PATCH -perfbook 5/5] datastruct: Change marks in Figures 10.20 and 10.21 to "(x)" Akira Yokosawa
2021-10-28 13:46 ` [PATCH -perfbook 0/5] Misc tweaks of figures 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=d401e371-35cb-796f-d9a4-ff6180ae09dc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.