view tools/depth-plot.sh @ 10:35d0358b3fe6

update Modern CbC Compiler
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Jul 2019 22:18:03 +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