]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - results/casestudy.gp
2ea305b6b2fea4da3fc3b1d587f67dde48ebfd79
[frescor/demo.git] / results / casestudy.gp
1 set multiplot layout 2, 4
2 set xlabel ' '
3 set xtics 1
4 set xrange [0.5:3.5]
5 set yrange [10:37]
6 set ylabel "Frames per second"
7 set title "No load"
8 plot \
9      'frsh.dat'                   using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
10      'no-frsh.dat'                using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
11 unset ylabel
12 set xlabel "Number of video streams"
13 set title "Wi-Fi loaded"
14 plot \
15      'frsh-ping.dat'              using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH" , \
16      'no-frsh-ping.dat'           using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
17 set xlabel ' '
18 set title "CPU loaded"
19 plot \
20      'frsh-hackbench.dat'         using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
21      'no-frsh-hackbench.dat'      using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
22 set title "Wi-Fi & CPU loaded"
23 plot \
24      'frsh-hackbench-ping.dat'    using ($1+0.8):2:(0.3) with boxes fs solid 1   title "With FRSH", \
25      'no-frsh-ping-hackbench.dat' using ($1+1.2):2:(0.3) with boxes fs pattern 1 title "Without FRSH"
26
27 set yrange [0:*]
28 set ylabel "Standard deviation of\nframe processing time [s]"
29 set title "No load"
30 plot \
31      'frsh.dat'                   using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
32      'no-frsh.dat'                using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
33 unset ylabel
34 set xlabel "Number of video streams"
35 set title "Wi-Fi loaded"
36 plot \
37      'frsh-ping.dat'              using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH" , \
38      'no-frsh-ping.dat'           using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
39 set xlabel ' '
40 set title "CPU loaded"
41 plot \
42      'frsh-hackbench.dat'         using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
43      'no-frsh-hackbench.dat'      using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"
44 set title "Wi-Fi & CPU loaded"
45 plot \
46      'frsh-hackbench-ping.dat'    using ($1+0.8):3:(0.3) with boxes fs solid 1   title "With FRSH", \
47      'no-frsh-ping-hackbench.dat' using ($1+1.2):3:(0.3) with boxes fs pattern 1 title "Without FRSH"