MegaGlest/mk/linux/mg_perf.sh

8 lines
89 B
Bash
Executable File

#!/bin/sh
echo 'Recording performnce stats...'
perf record ./megaglest $@
perf report