Mercurial > hg > Papers > 2014 > toma-master
diff paper/benchmark/write/write.plt @ 13:17676e245515
add warp
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 30 Jan 2014 17:29:07 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/benchmark/write/write.plt Thu Jan 30 17:29:07 2014 +0900 @@ -0,0 +1,8 @@ +set terminal postscript eps +set output "write.eps" + +set xrange [1:12] +set xlabel "number of cpus" +set ylabel "speedup" + +plot "write.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "jungle write", "linear.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "linear"