aboutsummaryrefslogtreecommitdiff
path: root/src/gnuplot.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnuplot.m4')
-rw-r--r--src/gnuplot.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gnuplot.m4 b/src/gnuplot.m4
new file mode 100644
index 0000000..7ea1a79
--- /dev/null
+++ b/src/gnuplot.m4
@@ -0,0 +1,13 @@
1divert(-1)
2changequote([.])
3divert(0)dnl
4set title 'Execution time as function of cache size. Database size NRECS entries. Key set size NKEYS'
5show title
6set xlabel 'Cache entries'
7set ylabel 'Runtime (seconds)'
8plot 'master.log' \
9 using 1:4 smooth bezier \
10 title 'GDBM 1.18.1', \
11 'newcache.log' \
12 using 1:4 smooth bezier \
13 title 'GDBM newcache'

Return to:

Send suggestions and report system problems to the System administrator.