summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib/chart/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add the chart utility from qtestlib-tools."Rohan McGovern2010-07-203-24/+0
| | | | | | | | This reverts commit 453abe70fec02456aba2219025f5202060eaece1. Task-number: QT-3583 Reviewed-by: Jason McDonald
* Add the chart utility from qtestlib-tools.Morten Sørvig2009-05-123-0/+24
It is now possible run the benchmarks with "-chart" to generate charts for benchmarks that produce chartable data. See examples/qtestlib/tutorial5 for an example. This patch has minimal inpact on QTestLib itself. Most of the functionality is implemented in a separate tool which QTestLIb calls after detecting the chart command line option.