aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change
on this file since 3fb7f5e was
3fb7f5e,
checked in by Aaron Moss <a3moss@…>, 6 years ago
|
Update benchmarks, cleanup edits to the evaluation section
|
-
Property mode set to
100644
|
File size:
654 bytes
|
Rev | Line | |
---|
[3895b8b5] | 1 | # set terminal pdfcairo linewidth 3 size 6,3 |
---|
| 2 | #set terminal postscript eps linewidth 3 size 6,3 |
---|
| 3 | set terminal pslatex size 6.25,2.25 color solid |
---|
| 4 | set output "timing.tex" |
---|
| 5 | |
---|
| 6 | set pointsize 2.0 |
---|
| 7 | set grid linetype 0 |
---|
| 8 | set style data histogram |
---|
| 9 | set style histogram cluster gap 2 |
---|
| 10 | set style fill solid border -1 |
---|
| 11 | set offset -0.5,-0.35 |
---|
| 12 | set boxwidth 0.8 |
---|
| 13 | |
---|
[3fb7f5e] | 14 | set ylabel "milliseconds" |
---|
[3895b8b5] | 15 | set key top left reverse Left |
---|
| 16 | |
---|
| 17 | set style fill solid noborder |
---|
| 18 | set linetype 1 lc rgb 'black' |
---|
| 19 | set linetype 2 lc rgb 'red' |
---|
| 20 | set linetype 3 lc rgb 'blue' |
---|
| 21 | set linetype 4 lc rgb 'green' |
---|
| 22 | |
---|
| 23 | set datafile separator "," |
---|
| 24 | plot for [COL=2:5] 'evaluation/timing.csv' using COL:xticlabels(1) title columnheader |
---|
Note: See
TracBrowser
for help on using the repository browser.