Last change
on this file since 6c58850 was 6c58850, checked in by Michael Brooks <mlbrooks@…>, 5 weeks ago |
Revise data in linked-list plots with streamlined harness and data from runs on swift.
No change to text discussing the plots, so some of that discussion is now stale.
Harness changes allow more ifdef feature disabling and eliminate side-array usage, keeping all per-node harness state inside the list nodes.
Completely disable the interleaving experiment, which was not giving discernable data.
|
-
Property mode
set to
100644
|
File size:
909 bytes
|
Line | |
---|
1 | set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
|
---|
2 |
|
---|
3 | INDIR="build"
|
---|
4 | OUTDIR="build"
|
---|
5 |
|
---|
6 | set macros
|
---|
7 | set output OUTDIR."/plot-list-zoomin-abs.pdf"
|
---|
8 |
|
---|
9 | set grid
|
---|
10 | set key top left
|
---|
11 | set logscale x 2
|
---|
12 | set logscale y
|
---|
13 | set yrange [1:15];
|
---|
14 | set ytics (1,2,3,4,5,6,7,8,10,12,14)
|
---|
15 | set xrange [0.75:128];
|
---|
16 | set xlabel "List length (item count)" offset 2,0
|
---|
17 | set ylabel "Duration (ns)" offset -1.0,0
|
---|
18 | set errorbars 2.0
|
---|
19 |
|
---|
20 | plot INDIR."/plot-list-zoomin-abs.dat" \
|
---|
21 | i 0 using ($1 * 0.98):8:4:5 title columnheader(1) with yerrorbars lt rgb "blue" pt 7 ps 0.85 lw 1, \
|
---|
22 | '' i 9 using ($1 * 0.94):8:4:5 title columnheader(1) with yerrorbars lt rgb "dark-orange" pt 9 ps 0.75 lw 1, \
|
---|
23 | '' i 8 using ($1 * 1.02):8:4:5 title columnheader(1) with yerrorbars lt rgb "magenta" pt 11 ps 0.85 lw 1, \
|
---|
24 | '' i 7 using ($1 * 1.06):8:4:5 title columnheader(1) with yerrorbars lt rgb "purple" pt 13 ps 1.0 lw 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.