struct / union in initializer, RFE #901.
[sdcc.git] / sdcc-extra / historygraphs / stdcbench-stm8-scoretable.p
blob1d5a5f31a2f48dc0cdfa976f0ccc2c1fe9541e46
1 set output "stdcbench-stm8-score.svg"
2 set terminal svg size 640,480
3 set style data lines
4 set key bottom right
5 set xlabel "revision"
6 set ylabel "stdcbench score"
7 trans(x) = x < 135 ? x : x - 60
8 set yrange [100:200]
9 set ytics ("100" 100, "110" 110, "120" 120, "190" 130, "200" 140, "210" 150, "220" 160, "230" 170, "240" 180, "250" 190, "260" 200)
10 set arrow from graph 0, first 125 to graph 1, first 125 nohead lt 500 lw 20 lc bgnd
11 set label "c90lib module enabled" at 10221, 125 front
12 set arrow from 9256, 111 to 9256, 106
13 set label "3.5.0" at 9256, 111
14 set arrow from 9618, 113 to 9618, 108
15 set label "3.6.0" at 9618, 113
16 set arrow from 10233, trans(209) to 10233, trans(204)
17 set label "3.7.0" at 10233, trans(209)
18 set arrow from 10582, trans(212) to 10582, trans(207)
19 set label "3.8.0" at 10582, trans(212)
20 set arrow from 11214, trans(222) to 11214, trans(217)
21 set label "3.9.0" at 11214, trans(222)
22 set arrow from 11533, trans(224) to 11533, trans(219)
23 set label "4.0.0" at 11533, trans(224)
24 set arrow from 12085, trans(233) to 12085, trans(228)
25 set label "4.1.0" at 12085, trans(233)
26 set arrow from 13131, trans(248) to 13131, trans(243)
27 set label "4.2.0" at 13131, trans(248)
28 set arrow from 14208, trans(200) to 14208, trans(195)
29 set label "4.3.0" at 14208, trans(200)
30 set arrow from 14648, trans(248) to 14648, trans(244)
31 set label "4.4.0" at 14648, trans(248)
32 plot "stdcbench-stm8-scoretable" using 1:(trans($4)) title "default", "stdcbench-stm8-scoretable" using 1:(trans($2)) title "size", "stdcbench-stm8-scoretable" using 1:(trans($3)) title "speed", 125 lt rgb "white" lw 20 notitle