]> AND Private Git Repository - prng_gpu.git/blobdiff - curve_time_xorlike_gpu.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
correct papier
[prng_gpu.git] / curve_time_xorlike_gpu.plot
index b9586e8bc6f9f96c3a2c291460c3bda6254c7484..2e0a06d16c8d431f74b451b294f5b91dab250196 100644 (file)
@@ -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