summaryrefslogtreecommitdiffstats
path: root/pts-core/objects
Commit message (Collapse)AuthorAgeFilesLines
* bilde_renderer: Add a JPEG renderer using the GD libraryMichael Larabel2008-12-286-7/+57
|
* bilde_renderer: When setting the image quality level to use with theMichael Larabel2008-12-285-5/+7
| | | | render_image() function, base it on a 100-point scale
* bilde_renderer: Add a generic abstract GD library renderer and then haveMichael Larabel2008-12-282-187/+229
| | | | bilde_png_renderer extend that
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-281-4/+15
| | | | in file install.log
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-271-1/+0
|
* bilde_renderer: More SWF renderer workMichael Larabel2008-12-271-15/+43
|
* bilde_renderer: Implement png_image_to_type(), jpg_image_to_type(), andMichael Larabel2008-12-271-3/+5
| | | | image_copy_merge() functions in SWF renderer
* bilde_renderer: Implement draw_ellipse() in SWF rendererMichael Larabel2008-12-271-1/+17
|
* bilde_renderer: Implement draw_polygon() for SWF rendererMichael Larabel2008-12-274-4/+40
|
* pts_Graph: Allow the use of the SWF bilde_renderer through using theMichael Larabel2008-12-261-3/+17
| | | | SWF_DEBUG=1 environmental variable
* bilde_renderer: Add experimental Adobe Flash / SWF renderer with partialMichael Larabel2008-12-262-0/+142
| | | | support
* bilde_renderer: Add some new generic functionsMichael Larabel2008-12-261-0/+12
|
* bilde_renderer: Add support for dynamically resizing the image drawingMichael Larabel2008-12-263-17/+50
| | | | buffer
* bilde_renderer: Add and implement draw_polygon and draw_ellipse toMichael Larabel2008-12-263-0/+47
| | | | drawing API
* pts-core: Add pts_installed_test_tandem_XmlReader objectMichael Larabel2008-12-263-2/+41
|
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-261-1/+1
|
* pts_Graph: Tweak formatting of basic graph attributesMichael Larabel2008-12-181-3/+3
|
* 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
|