source: doc/generic_types/evaluation/timing.gp @ 3fb7f5e

ADTaaron-thesisarm-ehast-experimentalcleanup-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@…>, 7 years ago

Update benchmarks, cleanup edits to the evaluation section

  • Property mode set to 100644
File size: 654 bytes
Line 
1# set terminal pdfcairo linewidth 3 size 6,3
2#set terminal postscript eps linewidth 3 size 6,3
3set terminal pslatex size 6.25,2.25 color solid
4set output "timing.tex"
5
6set pointsize 2.0
7set grid linetype 0
8set style data histogram
9set style histogram cluster gap 2
10set style fill solid border -1
11set offset -0.5,-0.35
12set boxwidth 0.8
13
14set ylabel "milliseconds"
15set key top left reverse Left
16
17set style fill solid noborder
18set linetype 1 lc rgb 'black'
19set linetype 2 lc rgb 'red'
20set linetype 3 lc rgb 'blue'
21set linetype 4 lc rgb 'green'
22
23set datafile separator ","
24plot for [COL=2:5] 'evaluation/timing.csv' using COL:xticlabels(1) title columnheader
Note: See TracBrowser for help on using the repository browser.