summaryrefslogtreecommitdiffstats
path: root/report/graphs/tot-time.gp
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:08:11 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:08:11 -0500
commit69cd8f57fa103a2bc6668c7cc7320e6d7bebba3e (patch)
tree956261c2049cc9f0564dd29e3eaf159f4594524f /report/graphs/tot-time.gp
parent04512fcaf2b22170a76b6e382b2d4da8c124d9b5 (diff)
Added report/graphs/tot-time
tot-time - contains the graph data tot-time.gp - gnulpot script to drow the graph tot-time.tex - generated by gnuplot
Diffstat (limited to 'report/graphs/tot-time.gp')
-rw-r--r--report/graphs/tot-time.gp18
1 files changed, 18 insertions, 0 deletions
diff --git a/report/graphs/tot-time.gp b/report/graphs/tot-time.gp
new file mode 100644
index 0000000..3cc3d84
--- /dev/null
+++ b/report/graphs/tot-time.gp
@@ -0,0 +1,18 @@
+# combox - report - 2016
+#
+#
+# benchmark - total time to process all files - 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.tex"
+set format xy '%g'
+set xlabel 'data processed (MiB)'
+set ylabel 'time taken (s)' offset 0, 2, 0
+set grid
+set key left
+plot 'tot-time' u 1:2 t 'time to process all files' w linespoints