Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49
Recent Commits
>
--git a/pts-core/modules/system_monitor.php b/pts-core/modules/system_monitor.php
index 318a236..53bd7ed 100644
--- a/pts-core/modules/system_monitor.php
+++ b/pts-core/modules/system_monitor.php
@@ -80,6 +80,7 @@ class system_monitor extends pts_module_interface
// We need to ensure the system power consumption is being tracked to get performance-per-Watt
pts_arrays::unique_push($to_show, 'sys.power');
self::$individual_monitoring = true;
+ echo PHP_EOL . 'To Provide Performance-Per-Watt Outputs.' . PHP_EOL;
}
foreach(phodevi::supported_sensors() as $sensor)
<
Copyright © 2013 by Phoronix Media