Mercurial > hg > Members > nobuyasu > CbC
view DPP/tools/depth-plot.sh @ 33:3946f8d26710 draft default tip
add benchmarck/binary-trees
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 09 Apr 2013 16:41:30 +0900 |
parents | a89b61162c29 |
children |
line wrap: on
line source
#!/bin/sh make tableau ./tableau 5 | perl -ne 'if (/depth (\d+) count (\d+)/) { print "$2 $1\n"; }' > data (echo "plot 'data'" ; echo 'pause 100' )| gnuplot