ref: 7595cb4dabfec9a40ad02cfdb926f872c9bc39b4
dir: /test/perf_test/
#/bin/sh > time.log for p in $* do echo "testing $p" printf "$p " | sed "s/^p\/p_//" >> time.log /usr/bin/time -p ./$p 2>&1 | grep real | sed -E 's/[[:space:]]+/ /' | cut -d ' ' -f 2 >> time.log done