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@xxxxxxxxx> --- .../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