summaryrefslogtreecommitdiffstats
path: root/pts-core/modules
Commit message (Collapse)AuthorAgeFilesLines
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-061-1/+1
|
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-291-5/+0
| | | | blide_renderer
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-271-1/+1
| | | | Major changes, actually.
* graphics_override, email_results, toggle_screensaver: Update to takeMichael Larabel2008-11-224-9/+14
| | | | advantage of latest API
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-202-4/+4
| | | | pts-core
* pts-core: Eliminate THIS_RUN_TIME constant and add preferred way ofMichael Larabel2008-11-191-2/+3
| | | | using pts_unique_runtime_identifier()
* pts-core: PTS_START_TIME -> PTS_INIT_TIME and add pts_elapsed_time() ↵Michael Larabel2008-11-191-4/+3
| | | | | | function to return the time (in seconds) that the option or pts-core has been running
* system_monitor: Update it to work with new APIsMichael Larabel2008-11-191-3/+3
|
* pts-core: Fix graphics constant warnings generated inMichael Larabel2008-11-191-1/+1
| | | | pts_extended_init()
* pts-core: Standardize hw_sys_* functionsMichael Larabel2008-11-171-6/+6
|
* pts-core: Standardize hw_gpu_* functionsMichael Larabel2008-11-173-20/+20
|
* pts-core: Standardize CPU function namesMichael Larabel2008-11-171-4/+4
|
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-171-2/+2
|
* pts-core: Move module-variables.txt to STATIC_DIRMichael Larabel2008-11-131-6/+0
|
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-131-48/+48
| | | | assignment functions for program-wide option-specific variable constants
* pts-core: More various changesMichael Larabel2008-11-013-1/+9
|
* update_checker: Fix version recognition / comparisonMichael Larabel2008-10-291-1/+1
|
* pts-core: More restructuring of pts-functions-run.php and furtherMichael Larabel2008-10-191-8/+7
| | | | enriching the pts_test_result class
* system_monitor: Add support for using the SVG renderer in pts_GraphMichael Larabel2008-10-131-39/+41
|
* pts-core: Add a index.html forwarder to each result file and have theMichael Larabel2008-10-041-2/+1
| | | | | launch browser script open that, since on some systems .xml opens up in an editor instead of browser by default
* pts-core: graphics_gpu_usage() returns -1 on failureMichael Larabel2008-10-021-1/+1
|
* system_monitor: Add support for monitoring hard drive temperature usingMichael Larabel2008-10-021-2/+27
| | | | hdd.temp through system_hdd_temperature() within pts-core
* update_checker: Correct comment line typoMichael Larabel2008-09-281-1/+1
|
* update_checker: Move code to check for PTS updates out of pts-core andMichael Larabel2008-09-281-0/+52
| | | | into its own module
* timed_screenshot: A module that takes a screenshot while tests areMichael Larabel2008-09-132-0/+82
| | | | running at a pre-defined interval
* graphics_event_checker: Merge the gpu_error_counter module functionalityMichael Larabel2008-09-122-86/+51
| | | | into the graphics_event_checker module
* pts-core: Add NVIDIA "NV Extension" support to theMichael Larabel2008-09-121-5/+8
| | | | graphics_event_checker module.
* graphics_event_checker: Add graphics_event_checker module that makesMichael Larabel2008-09-111-0/+94
| | | | | sure the graphics system isn't messed up or having unintended options enabled while tests are running
* graphics_override: Don't apply anti-aliasing or anisotropic filteringMichael Larabel2008-08-271-7/+23
| | | | settings unless there is something to apply
* pts-core: Fix more missing / unset variablesMichael Larabel2008-08-231-2/+2
|
* system_monitor: Add physical, SWAP, and total memory usage monitoringMichael Larabel2008-08-211-8/+87
| | | | | support system_monitor: Fix low stat calculation and other improvements
* pts-core: Add support for reading system memory and SWAP usageMichael Larabel2008-08-211-1/+1
|
* system_monitor: Report elapsed time in graphs instead of dateMichael Larabel2008-08-201-4/+8
|
* pts: With urbanterror profile, disable vsyncMichael Larabel2008-08-191-1/+0
|
* gpu_error_counter: A module that monitors the graphics card to see ifMichael Larabel2008-08-191-0/+84
| | | | any errors occurred during testing, and then report any errors on exit
* graphics_override: Switch when !IS_ATI_GRAPHICS && !IS_NVIDIA_GRAPHICSMichael Larabel2008-08-191-5/+1
| | | | to use the PTS_MODULE_UNLOAD return.
* system_monitor: V3_POWER -> V3_VOLTAGE (Reported by Marox)Michael Larabel2008-08-191-2/+2
|
* system_monitor: Poll sensors every 10 secondsMichael Larabel2008-08-171-1/+1
|
* system_monitor: When reading +3.3V, poll V3_POWER not BATTERY_POWERMichael Larabel2008-08-061-1/+1
| | | | (noted by Marox)
* system_monitor: Start pts_monitor_update() during theMichael Larabel2008-08-031-2/+4
| | | | __pre_run_process() instead of at __startup()
* pts_module: Add sample shell script module (dummy_script_module.sh)Michael Larabel2008-08-031-0/+86
|
* Remove codename from license/copyright comments headersMichael Larabel2008-08-035-6/+6
|
* pts-core: Move environmental variables to check for auto-loading of PTSMichael Larabel2008-08-031-0/+5
| | | | modules out to modules/module-variables.txt
* email_results: Add a module to email test results automatically to aMichael Larabel2008-08-031-0/+49
| | | | | user upon completion. Specify the email addres in the EMAIL_RESULTS_TO environmental variable.
* toggle_screensaver: Improve the xdg-screensaver usageMichael Larabel2008-08-031-7/+9
|
* toggle_screensaver: Add KDE screensaver supportMichael Larabel2008-08-031-1/+21
|
* toggle_screensaver: Move screensaver toggling code from pts-core into aMichael Larabel2008-08-031-0/+74
| | | | | module named toggle_screensaver. This module is controlled through the HALT_SCREENSAVER environmental variable.
* pts_module: Add a simple module called dummy_module for showingMichael Larabel2008-08-033-2/+98
| | | | developers where the different functions are called
* Switch graphics_override module to using IS_ATI_GRAPHICS andMichael Larabel2008-08-031-19/+14
| | | | IS_NVIDIA_GRAPHICS
* Tons of updates to PTS module framework... Add Extensions tag to savedMichael Larabel2008-08-031-1/+1
| | | | results... updates to graphics_override... other work too