Mercurial > hg > Papers > 2014 > toma-master
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:500bcb11d251 | 13:17676e245515 |
---|---|
1 set terminal postscript eps | |
2 set output "write.eps" | |
3 | |
4 set xrange [1:12] | |
5 set xlabel "number of cpus" | |
6 set ylabel "speedup" | |
7 | |
8 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" |