forked from qt-creator/qt-creator
QmlProfiler: Restore binding loop markers in overview.
Change-Id: Id0bf7cb9b63c424247f669f21b5782ab99ea873e Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -85,7 +85,7 @@ function drawData(canvas, ctxt)
|
||||
ctxt.lineWidth = 2;
|
||||
var radius = 1;
|
||||
modelRowStart = 0;
|
||||
for (modelIndex = 0; modelIndex < qmlProfilerModelProxy.modelCount(); modelIndex += 10) {
|
||||
for (modelIndex = 0; modelIndex < qmlProfilerModelProxy.modelCount(); ++modelIndex) {
|
||||
for (ii = canvas.offset; ii < qmlProfilerModelProxy.count(modelIndex);
|
||||
ii += canvas.increment) {
|
||||
if (qmlProfilerModelProxy.getBindingLoopDest(modelIndex,ii) >= 0) {
|
||||
|
Reference in New Issue
Block a user