]> rtime.felk.cvut.cz Git - lisovros/canprio_benchmark.git/blob - samq_plot.txt
Added data measured on MPC5200 (CAN filter compiled with SFF_ARRAY).
[lisovros/canprio_benchmark.git] / samq_plot.txt
1 set terminal postscript color eps enhanced size 8cm,4cm lw 1 "Times-Roman" 10
2 #set log y
3 #set xrange [ 1 : 5000 ]
4 #set yrange [ 0.25 : 1000 ]
5 set style data histogram
6 set style histogram cluster gap 1
7 set style fill solid border -1
8 set boxwidth 0.9
9
10 set xlabel "Different configurations of qdiscs and cangen"
11 set ylabel "Time spent in can\\_send() function [us]"
12
13 set style line 1 linetype 1 linecolor rgb "black"    linewidth 1 pointtype 1 
14 set style line 2 linetype 1 linecolor rgb "yellow"   linewidth 1 pointtype 1
15 set style line 3 linetype 1 linecolor rgb "blue"     linewidth 1 pointtype 1
16 set style line 4 linetype 1 linecolor rgb "red"      linewidth 1 pointtype 1
17 set style line 5 linetype 1 linecolor rgb "green"    linewidth 1 pointtype 1
18 set style line 6 linetype 1 linecolor rgb "cyan"     linewidth 1 pointtype 1
19 set style line 7 linetype 1 linecolor rgb "violet"   linewidth 1 pointtype 1
20
21 set style histogram clustered
22
23 plot \
24         "test2_plot.dat" using 2:xticlabels(1) ls 1 title "P4 PC; g = 0", \
25         "test1_plot.dat" using 2:xticlabels(1) ls 2 title "P4 PC; g = 1", \
26         "test3_plot.dat" using 2:xticlabels(1) ls 3 title "MPC5200 PPC; g = 0", \
27         "test4_plot.dat" using 2:xticlabels(1) ls 4 title "MPC5200 PPC; g = 1", \
28         "test5_plot.dat" using 2:xticlabels(1) ls 5 title "MPC5200 PPC; g = 2";