QmlProfiler: showing children time and count in events pane

Change-Id: Ia285d1c84312e6a314fbf1c59c62b571b4c3e7d4
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-12-05 16:32:05 +01:00
parent a5661ddabc
commit 001425e6ba
5 changed files with 503 additions and 160 deletions

View File

@@ -83,6 +83,9 @@ function drawData(canvas, ctxt, region)
function drawTimeBar(canvas, ctxt, region)
{
if (!qmlEventList)
return;
var width = canvas.width;
var height = 10;
var startTime = qmlEventList.traceStartTime();