Mercurial > hg > CbC > old > DPP
view tools/depth-plot.sh @ 12:7f2db1e1bf2f default tip
use CBC_COMPILER environment val
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jul 2019 18:53:38 +0900 |
parents | d4bc23cb728b |
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