Commit 6f9379e9 authored by William Ahern's avatar William Ahern

output graphs to stdout by default

parent 89826bc2
......@@ -87,7 +87,11 @@ bench-%.so: bench-%.c timeout.h
mv $@.tmp $@
bench.eps: bench.plt $(foreach OP, add del expire, wheel-$(OP).dat heap-$(OP).dat)
gnuplot bench.plt
gnuplot bench.plt > $@.tmp
mv $@.tmp $@
bench.pdf: bench.eps
ps2pdf $< $@
.PHONY: clean clean~
......
set terminal postscript color
set output "bench.eps"
set key top left
set xlabel "Number of timeouts"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment