ref: f4b44f8ef8110e22ed95e5f7d6852534a03e5e50
dir: /scripts/perf.sh/
_FILENAME=${0##*/} CUR_DIR=${0/${_FILENAME}} CUR_DIR=$(cd $(dirname ${CUR_DIR}); pwd)/$(basename ${CUR_DIR})/ pushd $CUR_DIR/.. APP=./minimp3 for i in vectors/*.bit; do perf stat -e cycles $APP $i ${i%.*}.pcm done