summaryrefslogtreecommitdiffstats
path: root/report/graphs/tot-time-diff.gp
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-18 20:39:00 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-18 20:39:00 -0500
commitc41bb723e69bf8da04c01486fdb7fa02beb3bb79 (patch)
tree48d421187bf6588de1e1cee2c4ed310359eac7f4 /report/graphs/tot-time-diff.gp
parent336024eba5526829bacd67790784a6cc7c6db95d (diff)
Added new graph report/graphs/tot-time-diff.gp
Illustrates the difference between total time taken to process all files for the 2015 and 2016 runs.
Diffstat (limited to 'report/graphs/tot-time-diff.gp')
-rw-r--r--report/graphs/tot-time-diff.gp20
1 files changed, 20 insertions, 0 deletions
diff --git a/report/graphs/tot-time-diff.gp b/report/graphs/tot-time-diff.gp
new file mode 100644
index 0000000..94043f6
--- /dev/null
+++ b/report/graphs/tot-time-diff.gp
@@ -0,0 +1,20 @@
+# combox - report - 2016
+#
+#
+# benchmark - total time to process all files - difference between
+# 2016 and 2015 run - gnuplot
+#
+# By Siddharth Ravikumar <sravik@bgsu.edu>
+#
+# No rights reserved. Dedicated to Public Domain.
+# <https://creativecommons.org/publicdomain/zero/1.0/>
+
+set terminal latex size 13cm, 8cm
+set output "tot-time-diff.tex"
+set format xy '%g'
+set xlabel 'data processed (MiB)'
+set ylabel 'time taken (s)' offset -2, 1.7, 0
+set grid
+set key left
+plot 'tot-time' u 1:2 t 'time to process all files (2016)' w linespoints,\
+ 'tot-time-2015' u 1:2 t 'time to process all files (2015)' w linespoints