mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo 'Recording performnce stats...'
|
|
|
|
perf record ./megaglest $@
|
|
|
|
perf report
|