source: doc/generic_types/evaluation/timing.plg @ cceab8a

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 cceab8a was cceab8a, checked in by Aaron Moss <a3moss@…>, 7 years ago

Initial checkin of evaluation section

  • Property mode set to 100644
File size: 421 bytes
Line 
1# set terminal pdfcairo linewidth 3 size 6,3
2# set output 'timing.pdf'
3set terminal postscript eps linewidth 3 size 6,3
4set output 'timing.eps'
5
6set style data histogram
7set style histogram cluster gap 2
8# set style fill solid
9set boxwidth 0.8
10set xtics rotate out
11# set bmargin 3.5
12
13set ylabel "ms"
14
15set key top left
16
17set datafile separator ","
18plot for [COL=2:5] 'timing.csv' using COL:xticlabels(1) title columnheader
Note: See TracBrowser for help on using the repository browser.