X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/prng_gpu.git/blobdiff_plain/e791f81e1ea7b40e218bc1fcf87cb87d55949183..a667a8b779e2f4966a3e5f889469183475b1ae9d:/curve_time_xorlike_gpu.plot diff --git a/curve_time_xorlike_gpu.plot b/curve_time_xorlike_gpu.plot index b9586e8..2e0a06d 100644 --- a/curve_time_xorlike_gpu.plot +++ b/curve_time_xorlike_gpu.plot @@ -16,7 +16,7 @@ set logscale y; #set yrange [0:300] #set offsets 0,0,2,2 set key left top -plot 'time_xorlike_gpu.txt' using 1:3 t "optimized prng on C1060" with linespoints lt 1 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:5 t "optimized prng on GTX285" with linespoints lt 3 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:2 t "naive prng on C1060" with linespoints lt 4 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:4 t "naive prng on GTX285" with linespoints lt 5 lw 2 ps 0 pt 5 \ No newline at end of file +plot 'time_xorlike_gpu.txt' using 1:3 t "optimized PRNG on C1060" with linespoints lt 1 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:5 t "optimized PRNG on GTX285" with linespoints lt 3 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:2 t "naive PRNG on C1060" with linespoints lt 4 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:4 t "naive PRNG on GTX285" with linespoints lt 5 lw 2 ps 0 pt 5 \ No newline at end of file