forked from qt-creator/qt-creator
QmlProfiler: Don't connect all the binding loop markers in Overview
It's a good idea to start a new path for each of them. They're quite unrelated after all ... Task-number: QTCREATORBUG-11099 Change-Id: Id47e482b948a0827018c71ddc8d13e2e69829bc4 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -97,6 +97,7 @@ function drawData(canvas, ctxt, region)
|
|||||||
var ycenter = Math.round(bump + (modelRowStart +
|
var ycenter = Math.round(bump + (modelRowStart +
|
||||||
qmlProfilerModelProxy.getEventCategoryInModel(modelIndex, ii)) *
|
qmlProfilerModelProxy.getEventCategoryInModel(modelIndex, ii)) *
|
||||||
blockHeight + blockHeight/2);
|
blockHeight + blockHeight/2);
|
||||||
|
ctxt.beginPath();
|
||||||
ctxt.arc(xcenter, ycenter, radius, 0, 2*Math.PI, true);
|
ctxt.arc(xcenter, ycenter, radius, 0, 2*Math.PI, true);
|
||||||
ctxt.stroke();
|
ctxt.stroke();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user