QmlProfiler: Dependencies view

Change-Id: I1172d66b8e577994df787e2bb14cdd03a2affb35
Reviewed-on: http://codereview.qt.nokia.com/613
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-06-22 15:02:33 +02:00
parent 99c38dde86
commit 13cb0b6df3
9 changed files with 405 additions and 12 deletions

View File

@@ -76,6 +76,7 @@ Rectangle {
root.clearAll();
}
// todo: consider nestingLevel
if (!Plotter.valuesdone)
Plotter.ranges.push( { type: type, start: startTime, duration: length, label: data, fileName: fileName, line: line } );
}