projects
/
nestedvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
wget fallback for darcs
[nestedvm.git]
/
doc
/
charts
/
chart8.gnuplot
1
# don't touch this
2
set terminal postscript landscape color "Helvetica" 19
3
set output 'unfilled.eps'
4
5
set yrange [0:9.0]
6
set xrange [1:5.8]
7
set data style boxes
8
set boxwidth 0.8
9
set xtics ("Native" 1.6, "NestedVM -> GCJ" 3.4, "NestedVM" 5.2)
10
#set xlabel ""
11
set title "Native/GCJ/Hotspot Boehm-GC (gctest)"
12
set ylabel "Seconds"
13
set grid
14
plot \
15
'chart8.dat' using ($1):($2) title ""