aboutsummaryrefslogtreecommitdiff
path: root/src/gnuplot.m4
blob: 7ea1a793c3c5e819443128b9d81da09f1f4bf874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
divert(-1)
changequote([.])
divert(0)dnl
set title 'Execution time as function of cache size. Database size NRECS entries. Key set size NKEYS'
show title
set xlabel 'Cache entries' 
set ylabel 'Runtime (seconds)'
plot 'master.log' \
        using 1:4 smooth bezier \
        title 'GDBM 1.18.1', \
     'newcache.log' \
        using 1:4 smooth bezier \
        title 'GDBM newcache'

Return to:

Send suggestions and report system problems to the System administrator.