]> rtime.felk.cvut.cz Git - lisovros/canprio_benchmark.git/blob - sqma_plot.txt
Added benchmarks performed on P4 on vcan device.
[lisovros/canprio_benchmark.git] / sqma_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 xlabel "N-th sample"
6 set ylabel "Time spent in can\\_send() function[us]"
7 set grid
8
9 set style line 1 linetype 1 linecolor rgb "black"    linewidth 1 pointtype 1 
10 set style line 2 linetype 1 linecolor rgb "yellow"   linewidth 1 pointtype 1
11 set style line 3 linetype 1 linecolor rgb "blue"     linewidth 1 pointtype 1
12 set style line 4 linetype 1 linecolor rgb "red"      linewidth 1 pointtype 1
13 set style line 5 linetype 1 linecolor rgb "green"    linewidth 1 pointtype 1
14 set style line 6 linetype 1 linecolor rgb "cyan"     linewidth 1 pointtype 1
15 set style line 7 linetype 1 linecolor rgb "violet"   linewidth 1 pointtype 1
16
17 #set style data lines
18 set style data points
19 #set style data dots
20 #set pointsize 1
21 plot \
22         "test2_plot.dat" ls 1 title "P4 PC; g = 0", \
23         "test1_plot.dat" ls 2 title "P4 PC; g = 1", \
24         "test3_plot.dat" ls 3 title "MPC5200 PPC; g = 0", \
25         "test4_plot.dat" ls 4 title "MPC5200 PPC; g = 1", \
26         "test5_plot.dat" ls 5 title "MPC5200 PPC; g = 2"
27