summaryrefslogtreecommitdiffstats
path: root/pts-core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Work out cleaner solution for graphics_override and deactivation of whenMichael Larabel2008-08-031-1/+1
| | | | to turn off forced AA/AF.
* A variety of work mostly focused around the graphics_override moduleMichael Larabel2008-08-031-2/+4
| | | | and related work along with pts-gui.
* graphics_override module update...Michael Larabel2008-08-031-91/+85
|
* Add full fglrx support to graphics_override module for overriding theMichael Larabel2008-08-031-2/+59
| | | | | | | antialiasing and anisotropic filtering during PTS tests. Though with current fglrx 8.50 driver there may be a bug where it's not being read/set correctly through amdpcsdb unless running as root.
* Add read_amd_pcsdb() and set_amd_pcsdb() functions for proprietary fglrxMichael Larabel2008-08-031-6/+6
| | | | | | | | Linux driver... Closest equivalent to the NV Extension. Trivial changes to graphics_override module. Auto-connection in pts-gui.
* Add graphics_override module for having FORCE_AA and FORCE_AF optionsMichael Larabel2008-08-031-0/+140
| | | | | for overriding anti-aliasing and anisotropic filtering levels with supported drivers.
* Allow 0 percent usage monitoring...Michael Larabel2008-08-031-1/+1
|
* system_monitor: Add gpu.freq to MONITORMichael Larabel2008-08-031-1/+26
|
* pts_Graph: Always show key/legend if it's a single-type line graphMichael Larabel2008-08-031-1/+1
| | | | | pts_Graph: Use image antialiasing if it's available on the system pts_module: If pcntl isn't present, don't thread and warn the user
* Update pts_LineGraph, pts_module, and system_monitor objects.Michael Larabel2008-08-031-1/+1
|
* system_monitor: Add cpu.usage to MONITOR, fix some bugs as wellMichael Larabel2008-08-031-7/+32
|
* Add proper threading support for pts_module... new functions forMichael Larabel2008-08-031-60/+61
| | | | | pts_module::.... update system_monitor to poll sensors every 30 seconds... other updates to system_monitor.
* Add pts_module object for providing some common functions to use by PTSMichael Larabel2008-08-031-9/+7
| | | | modules, switch system_monitor to using these functions.
* system_monitor 1.1 module. Eliminate all pts_record_* sensor functionsMichael Larabel2008-08-031-35/+68
| | | | | from pts-core and move into system_monitor. Move PTS_START_TIME and PTS_END_TIME into pts-functions, and other cleaning work.
* Add module-info option for viewing information on a moduleMichael Larabel2008-08-031-1/+13
|
* Add list-modules option for listing all available/installed modulesMichael Larabel2008-08-031-1/+1
|
* Move all sensor monitoring code from pts-core to system_monitor module.Michael Larabel2008-08-031-0/+431