0553b79a0f0b6e7fb11cba3e363b9f987ee01778
[bcm963xx.git] / userapps / opensource / sshd / libtommath / logs / graphs.dem
1 set terminal png color\r
2 set size 1.75\r
3 set ylabel "Operations per Second"\r
4 set xlabel "Operand size (bits)"\r
5 \r
6 set output "addsub.png"\r
7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction"\r
8 \r
9 set output "mult.png"\r
10 plot 'sqr.log' smooth bezier title "Squaring (without Karatsuba)", 'sqr_kara.log' smooth bezier title "Squaring (Karatsuba)", 'mult.log' smooth bezier title "Multiplication (without Karatsuba)", 'mult_kara.log' smooth bezier title "Multiplication (Karatsuba)"\r
11 \r
12 set output "expt.png"\r
13 plot 'expt.log' smooth bezier title "Exptmod (Montgomery)", 'expt_dr.log' smooth bezier title "Exptmod (Dimminished Radix)", 'expt_2k.log' smooth bezier title "Exptmod (2k Reduction)"\r
14 \r
15 set output "invmod.png"\r
16 plot 'invmod.log' smooth bezier title "Modular Inverse"\r
17 \r