MegaGlest/mk/linux/mg_perf.sh

8 lines
89 B
Bash
Raw Normal View History

2012-09-28 05:56:46 +02:00
#!/bin/sh
2012-09-28 05:56:46 +02:00
echo 'Recording performnce stats...'
2012-09-28 05:56:46 +02:00
perf record ./megaglest $@
perf report