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