summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_module.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Eliminate use of global variables in PTS modules supportMichael Larabel2008-11-201-3/+2
|
* pts_module: Update pts_timed_function() to reflect option changesMichael Larabel2008-11-191-2/+3
|
* pts-core: Start moving some of the define statements to PTS assignmentMichael Larabel2008-11-131-1/+1
| | | | statements
* pts-core: Clean / optimize pts-core code / run PEAR's PHP_CodeSnifferMichael Larabel2008-10-161-9/+46
| | | | and clean up most errors and warnings
* pts-core: pts_module::read_file() should return FALSE when file notMichael Larabel2008-09-131-1/+5
| | | | found
* pts-core: Add pts_module::set_option() function to allow a module itselfMichael Larabel2008-09-121-0/+4
| | | | to set a persistent configuration option
* pts-core: Add support for persistent configuration options thatMichael Larabel2008-09-121-0/+32
| | | | | | end-users can easily adjust for PTS modules by running "phoronix-test-suite module-setup MODULE-NAME" that are stored to ~/.phoronix-test-suite/modules-config.xml
* pts-core: ~/.phoronix-test-suite/local/ ->Michael Larabel2008-08-291-1/+1
| | | | | ~/.phoronix-test-suite/module-files/ for files used or generated by PTS modules
* pts-core: More agressive timing (5 second interval lower threshold) onMichael Larabel2008-08-051-1/+1
| | | | pts_timed_function()
* Remove codename from license/copyright comments headersMichael Larabel2008-08-031-1/+1
|
* Add pts_module::pts_fork_function() function which is similar to theMichael Larabel2008-08-031-2/+12
| | | | | forking of a thread for pts_module::pts_timed_function(), but the function is only called once.
* pts_Graph: Always show key/legend if it's a single-type line graphMichael Larabel2008-08-031-13/+18
| | | | | 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-2/+1
|
* Add proper threading support for pts_module... new functions forMichael Larabel2008-08-031-3/+47
| | | | | 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-0/+95
modules, switch system_monitor to using these functions.