Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 859d4b0..ced65c4 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -12,6 +12,8 @@ Phoronix Test Suite (git)
- Improve "RAMspeed" profile. Fix so that results can be saved. Add option whether to record Add, Copy, Save, Triad, or Average. Bump to v0.2.
- Introduce "system-memory" test suite. Tests RAM performance using RAMspeed and Bandwidth (currently).
- Clean up text output a bit. Add "arguments description" string to text output when showing final results for each test.
+- Improved CPU detection / ensures the frequency is shown. Properly handles the frequency for those overclocking or with power-savings technologies.
+- Added video memory detection support. Currently only NVIDIA binary driver supported. Defaults to 128MB. Video memory capacity (in MB) exported 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,9 +199,9 @@ 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(),
<
Copyright © 2010 by Phoronix Media