Last change
on this file since 6c58850 was e0350e0, checked in by Michael Brooks <mlbrooks@…>, 3 months ago |
Recent rework of string benchmarks
|
-
Property mode
set to
100644
|
File size:
946 bytes
|
Line | |
---|
1 | set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
|
---|
2 | #set terminal postscript portrait enhanced size 7.5, 10. color solid 9.5;
|
---|
3 | #set terminal wxt size 950,1250
|
---|
4 |
|
---|
5 | INDIR="build"
|
---|
6 | OUTDIR="build"
|
---|
7 |
|
---|
8 | set macros
|
---|
9 | set output OUTDIR."/plot-string-pta-sharing.pdf"
|
---|
10 | #set pointsize 2.0
|
---|
11 | set grid
|
---|
12 | set key top left
|
---|
13 | set xtics (1,2,5,10,20,50,100,200,500)
|
---|
14 | set logscale x
|
---|
15 | set yrange [8:4096]
|
---|
16 | set logscale y 2
|
---|
17 | set xlabel "String Length being appended (mean, geo. dist.), log scale" offset 2,0
|
---|
18 | set ylabel "Time per append (ns, mean), log_{2} scale"
|
---|
19 | #show colornames
|
---|
20 | plot INDIR."/plot-string-pta-sharing.dat" \
|
---|
21 | i 0 using 1:2 title columnheader(1) with points lt rgb "red" pt 2 ps 1, \
|
---|
22 | '' i 1 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 4 ps 1, \
|
---|
23 | '' i 2 using 1:2 title columnheader(1) with points lt rgb "blue" pt 6 ps 1, \
|
---|
24 | '' i 3 using 1:2 title columnheader(1) with points lt rgb "dark-green" pt 12 ps 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.