mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 20:22:31 +01:00
12 lines
205 B
Bash
Executable File
12 lines
205 B
Bash
Executable File
#! /bin/sh
|
|
|
|
exec 3>&1
|
|
|
|
sudo opcontrol --reset
|
|
sudo opcontrol --start
|
|
./megaglest --load-scenario=benchmark
|
|
sudo opcontrol --shutdown
|
|
# opreport -lt1
|
|
opreport --symbols ./megaglest >perf.log
|
|
gedit perf.log
|