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

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since cceab8a was cceab8a, checked in by Aaron Moss <a3moss@…>, 9 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.