summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib/chart/chart.qrc
diff options
context:
space:
mode:
authorMorten Sørvig <msorvig@trolltech.com>2009-05-12 07:17:15 (GMT)
committerMorten Sørvig <msorvig@trolltech.com>2009-05-12 07:17:15 (GMT)
commit453abe70fec02456aba2219025f5202060eaece1 (patch)
tree1e14f1d76eafd07f6c7708ce1af0200e92cdab4a /tools/qtestlib/chart/chart.qrc
parent4af513212d9ca9ed88e18bddaabd90006aca8541 (diff)
downloadQt-453abe70fec02456aba2219025f5202060eaece1.zip
Qt-453abe70fec02456aba2219025f5202060eaece1.tar.gz
Qt-453abe70fec02456aba2219025f5202060eaece1.tar.bz2
Add the chart utility from qtestlib-tools.
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.
Diffstat (limited to 'tools/qtestlib/chart/chart.qrc')
-rw-r--r--tools/qtestlib/chart/chart.qrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qtestlib/chart/chart.qrc b/tools/qtestlib/chart/chart.qrc
new file mode 100644
index 0000000..90f782e
--- /dev/null
+++ b/tools/qtestlib/chart/chart.qrc
@@ -0,0 +1,9 @@
+ <!DOCTYPE RCC><RCC version="1.0">
+ <qresource>
+ <file>chart_template.html</file>
+ <file>benchmark_template.html</file>
+ <file>3rdparty/excanvas.js</file>
+ <file>3rdparty/flotr.js</file>
+ <file>3rdparty/prototype.js</file>
+ </qresource>
+ </RCC> \ No newline at end of file