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 @@
+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.