summaryrefslogtreecommitdiffstats
path: root/report/graphs/avg-time-sae.gp
blob: 9b8311c45f63d68e5b492eff5edd02dac9e99b89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# combox - report - 2016
#
#
# benchmark - avg. time to split and encrypt file  - 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 "avg-time-sae.tex"
set format xy '%g'
set xlabel 'total size of files processed (MiB)'
set ylabel 'avg time taken (ms)' offset 0, 2, 0
set grid
set key left
plot 'avg-time-sae' u 1:2 t 'avg. time to split \& encrypt file' w linespoints