struct / union in initializer, RFE #901.
[sdcc.git] / sdcc-extra / historygraphs / coremark-z80-sizetable.p
blob763e80fc60796a0fd8274da7d8f2f3ed3cd66019
1 set output "coremark-z80-size.svg"
2 set terminal svg size 640,480
3 set style data lines
4 set xlabel "revision"
5 set ylabel "size [B]"
6 set arrow from 10582, 20554 to 10582, 20054
7 set label "3.8.0" at 10582, 20554
8 set arrow from 11214, 20836 to 11214, 20326
9 set label "3.9.0" at 11214, 20836
10 set arrow from 11533, 21225 to 11533, 20725
11 set label "4.0.0" at 11533, 21225
12 set arrow from 12085, 20770 to 12085, 20270
13 set label "4.1.0" at 12085, 20770
14 set arrow from 13131, 19387 to 13131, 18887
15 set label "4.2.0" at 13131, 19387
16 set arrow from 14208, 18706 to 14208, 18206
17 set label "4.3.0" at 14208, 18706
18 set arrow from 14648, 18789 to 14648, 18289
19 set label "4.4.0" at 14648, 18789
20 plot "coremark-z80-sizetable" using 1:4 title "default", "coremark-z80-sizetable" using 1:2 title "size", "coremark-z80-sizetable" using 1:3 title "speed"