projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Mon 8/30/10 20:43

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Mon 8/30/10 20:43
Michael Larabel  
 
Mon 8/30/10 20:37
Michael Larabel  
pts-core: Last minute... 
Sat 8/28/10 12:53
Michael Larabel  
pts-core: Detect if a... 
Sat 8/28/10 10:34
Michael Larabel  
pts-core: Fix test result... 
Fri 8/27/10 8:51
Michael Larabel  
pts-core: When doing a... 
Wed 8/25/10 18:46
Michael Larabel  
 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index 859d4b0
..ced65c4 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -12,+12,@@ Phoronix Test Suite (git)
 - 
Improve "RAMspeed" profileFix so that results can be savedAdd option whether to record AddCopySaveTriad, or AverageBump to v0.2.
 - 
Introduce "system-memory" test suiteTests RAM performance using RAMspeed and Bandwidth (currently).
 - 
Clean up text output a bitAdd "arguments description" string to text output when showing final results for each test.
+- 
Improved CPU detection ensures the frequency is shownProperly handles the frequency for those overclocking or with power-savings technologies.
+- 
Added video memory detection supportCurrently only NVIDIA binary driver supportedDefaults to 128MBVideo memory capacity (in MBexported to VIDEO_MEMORY for profiles.
 - 
Other small fixes

 Phoronix Test Suite 0.1.0
diff 
--git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index 9a953f4
..64bfe6f 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -199,+199,@@ function pts_env_variables()
     
"SYS_CPU_CORES" => cpu_core_count(),
     
"SYS_CPU_JOBS" => cpu_job_count(),
     
"SYS_MEMORY" => memory_mb_capacity(),
-    
"GPU_MEMORY" => graphics_memory_capacity(),
-    
"SCREEN_WIDTH" => current_screen_width(),
-    
"SCREEN_HEIGHT" => current_screen_height(),
+    
"VIDEO_MEMORY" => graphics_memory_capacity(),
+    
"VIDEO_WIDTH" => current_screen_width(),
+    
"VIDEO_HEIGHT" => current_screen_height(),
     
"OS" => os_vendor(),
     
"OS_VERSION" => os_version(),
     
"OS_ARCH" => kernel_arch(),
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media