]> AND Private Git Repository - Cipher_code.git/blob - OneRoundIoT/execution.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
test substi
[Cipher_code.git] / OneRoundIoT / execution.plot
1 # Analysis description 
2 set encoding iso_8859_1
3 set terminal x11
4 set size 1,0.5
5 set term postscript enhanced portrait "Helvetica" 12
6
7 set style line 2  lc rgb '#0025ad' lt 1 lw 1.5 # --- blue
8
9
10 set log x
11 set log y
12 set ylabel "bytes per second"
13
14 set xlabel "buffer size" 
15 #set key on outside left bmargin
16 plot 'execution_openssl_rpi3.txt' using 1:2 t "OpenSSL enc CBC"      with linespoints lt 1 lw 2 ps 0 pt 5,\
17   'execution_openssl_rpi3.txt' using 1:3 t "OpenSSL dec CBC"    with linespoints lt 2 lw 2 ps 0 pt 1,\
18   'execution_openssl_rpi3.txt' using 1:4 t "OpenSSL (en|de)c CTR"    with linespoints lt 3 lw 2 ps 0 pt 1,\
19   'execution_oneround_rpi3.txt' using 1:2 t "OneRound enc DECB"      with linespoints lt 1 lw 2 ps 0 pt 5  ,\
20   'execution_oneround_rpi3.txt' using 1:3 t "OneRound dec DECB"    with linespoints lt 2 lw 2 ps 0 pt 1  ,\
21   'execution_oneround_rpi3.txt' using 1:4 t "OneRound (en|de)c CTR"    with linespoints  ls 2   
22
23
24