aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-02-04 17:51:30 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-02-04 17:51:30 +0530
commita26d0c340628136ec474d568ab0adeb03e2a9f3b (patch)
treed069318569da2973432724f4402e20ec92a08afc
parent16a63ba41f7bcadb2ccfeb568f0e872b8c2f48a5 (diff)
donot change cpu governor
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xbenchmarks-script/common/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks-script/common/common.sh b/benchmarks-script/common/common.sh
index f91093e..47fbe7c 100755
--- a/benchmarks-script/common/common.sh
+++ b/benchmarks-script/common/common.sh
@@ -85,8 +85,8 @@ function init(){
adb shell am start 'rotation.off/.RotationOff'
sleep 2
adb shell "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor > /data/governor.txt"
- adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
- adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
+ # adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
+ # adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
adb shell logcat -c
adb shell setprop ro.debug.drawtext true
adb shell setprop ro.debug.textview true