summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_cpu.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-08 09:07:48 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-08 09:07:48 -0400
commitaa39d034012d984fc919b1341828ebe6adbeab14 (patch)
tree15077c4a22cce1270938dd6b1921700c46905439 /pts-core/functions/pts-functions_system_cpu.php
parent0015bf83fa64c4f44bbac3a2d40e68b1ac767446 (diff)
downloadphoronix-test-suite-upstream-aa39d034012d984fc919b1341828ebe6adbeab14.tar.gz
phoronix-test-suite-upstream-aa39d034012d984fc919b1341828ebe6adbeab14.tar.xz
phoronix-test-suite-upstream-aa39d034012d984fc919b1341828ebe6adbeab14.zip
Update to gtkperf profile. Change to 2,000 iterations and add additional
GtkPerf tests to read. Also has trivial changes to pts-functions_system_cpu
Diffstat (limited to 'pts-core/functions/pts-functions_system_cpu.php')
-rw-r--r--pts-core/functions/pts-functions_system_cpu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_cpu.php b/pts-core/functions/pts-functions_system_cpu.php
index ab60fe2..27579fc 100644
--- a/pts-core/functions/pts-functions_system_cpu.php
+++ b/pts-core/functions/pts-functions_system_cpu.php
@@ -165,7 +165,7 @@ function pts_processor_power_savings_enabled()
$cpu = processor_string();
if(strpos($cpu, "AMD") !== FALSE)
- $return_string = "AMD Cool 'n' Quiet or PowerNOW! was enabled.";
+ $return_string = "AMD Cool n Quiet was enabled.";
else if(strpos($cpu, "Intel") !== FALSE)
$return_string = "Intel SpeedStep Technology was enabled.";
else