MegaGlest/mk/linux/mg_perf.sh
2012-09-28 03:56:46 +00:00

8 lines
89 B
Bash
Executable File

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