MegaGlest/mk/linux/mg_perf.sh

12 lines
333 B
Bash
Raw Normal View History

#!/bin/bash
# Use this script to gather MegaGlest performance stats
# ----------------------------------------------------------------------------
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2012 Mark Vejvoda under GNU GPL v3.0+
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