summaryrefslogtreecommitdiffstats
path: root/pts-core/objects
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Few fixes for some regressions from today's work plus otherMichael Larabel2008-12-122-2/+2
| | | | cleaning
* pts-core: Add pts_results_tandem_XmlReader() object for providing fileMichael Larabel2008-12-121-0/+39
| | | | handling in the constructor
* pts-core: Add pts_suite_tandem_XmlReader() object for providingMichael Larabel2008-12-124-3/+42
| | | | pts_location_suite() in the constructor
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-123-2/+11
| | | | pts_test_tandem_XmlReader()
* pts-core: Add DefaultEntry tag to XML test specification for specifyingMichael Larabel2008-12-071-0/+20
| | | | defaults mode
* pts-core: Clean up some function merge codeMichael Larabel2008-12-071-1/+0
|
* pts-core: Add pts_result_file objectMichael Larabel2008-12-071-0/+206
|
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-061-1/+1
|
* pts-core: Various fixes to the rewritten run_testMichael Larabel2008-12-051-4/+10
|
* pts-core: Various PHP notice fixesMichael Larabel2008-12-032-3/+3
|
* pts: Add filesystem test suiteMichael Larabel2008-12-022-4/+4
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Alpha 2Michael Larabel2008-12-011-6/+6
|
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-292-1/+25
| | | | blide_renderer
* pts-core: Add pts_option_interfaceMichael Larabel2008-11-291-0/+28
|
* pts-core: Rework the pts_run_option interface to set options to run nextMichael Larabel2008-11-291-0/+66
| | | | | pts-core: Change benchmark option to using the revised pts_run_option interface to avoid double pts-core initalization
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-291-1/+1
| | | | showing the distribution of results from all trial runs
* pts_CandleStickGraph: A new graph type that displays results from allMichael Larabel2008-11-292-1/+101
| | | | test runs and is modeled after Japanese Candlestick charting
* pts_Graph: Add loadGraphRawValues() for storing raw result data fromMichael Larabel2008-11-291-0/+5
| | | | RawString
* pts-core: Add and implement RawString to XML results specification for ↵Michael Larabel2008-11-291-0/+10
| | | | storing raw result values from all trial runs
* pts_Graph: Switch from internal image rendering functions to usingMichael Larabel2008-11-285-406/+74
| | | | bilde_renderer
* bilde_renderer: New PTS-spawned abstracted image rendering interfaceMichael Larabel2008-11-283-0/+490
| | | | that supports SVG and PNG rendering with a standard API
* pts-core: Add support for dynamically loading objects fromMichael Larabel2008-11-279-0/+2025
| | | | | | sub-directories of pts-core/objects/ (Forgot to git-add to previous commit)
* pts-core: Add support for dynamically loading objects fromMichael Larabel2008-11-279-2025/+0
| | | | sub-directories of pts-core/objects/
* pts_Graph: ttf_string_* -> text_string_* for functionsMichael Larabel2008-11-275-25/+25
|
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-275-101/+106
| | | | Major changes, actually.
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-265-32/+48
|
* tandem_XmlReader: Major performance improvements and optimizationsMichael Larabel2008-11-263-209/+203
|
* pts-core: Improve usability for those without the PHP preg_* functionsMichael Larabel2008-11-231-1/+1
|
* graphics_override, email_results, toggle_screensaver: Update to takeMichael Larabel2008-11-221-1/+1
| | | | advantage of latest API
* pts-core: Eliminate use of global variables in PTS modules supportMichael Larabel2008-11-201-3/+2
|
* tandem_XmlReader: Avoid banging on function_exists() so muchMichael Larabel2008-11-191-1/+7
|
* tandem_XmlReader: Write internal regular expression matcher for systemsMichael Larabel2008-11-191-12/+93
| | | | where preg_match and preg_match_all aren't available
* pts_module: Update pts_timed_function() to reflect option changesMichael Larabel2008-11-191-2/+3
|
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-171-1/+1
| | | | hw_, or read_ prefix
* pts-core: Branch out classes from pts-generic-classes.phpMichael Larabel2008-11-1710-702/+893
|
* - tandem_XmlReader: Switch caching from using a GLOBALS variable toMichael Larabel2008-11-161-6/+8
| | | | using a static variable within the XML reading class
* pts-core: Add "null" to hal-values-remove.txtMichael Larabel2008-11-151-0/+2
|
* pts-core: Add __pre_option_process() and __post_option_process() to PTSMichael Larabel2008-11-151-1/+13
| | | | module system
* pts-core: More random changesMichael Larabel2008-11-131-1/+1
|
* pts-core: Add more module information to pts_user_module_details classMichael Larabel2008-11-131-1/+27
|
* pts-core: Add more test information to pts_test_profile_details classMichael Larabel2008-11-131-7/+128
|
* pts-core: Add more suite information to pts_test_suite_details classMichael Larabel2008-11-131-0/+31
|
* pts-core: Add pts_test_result_info_details classMichael Larabel2008-11-131-0/+42
|
* pts-core: Add pts_test_results_details classMichael Larabel2008-11-131-0/+37
|
* pts-core: Add pts_test_usage_details classMichael Larabel2008-11-131-0/+46
|
* pts-core: Add pts_installed_test_details classMichael Larabel2008-11-131-0/+23
|
* pts-core: Add pts_user_module_details classMichael Larabel2008-11-131-0/+28
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-131-0/+51
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-131-0/+45
|
* pts-core: Start moving some of the define statements to PTS assignmentMichael Larabel2008-11-131-1/+1
| | | | statements