Minor update to ember-renderspeed
This commit is contained in:
parent
edc154251d
commit
ef2f202c06
|
@ -61,7 +61,7 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
|
||||||
});
|
});
|
||||||
console.groupEnd();
|
console.groupEnd();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
// Set up our instrumentation of Ember below
|
// Set up our instrumentation of Ember below
|
||||||
Ember.subscribe("render", {
|
Ember.subscribe("render", {
|
||||||
|
@ -81,7 +81,6 @@ if ((typeof console !== 'undefined') && console.groupCollapsed && !window.QUnit)
|
||||||
throw payload.exception;
|
throw payload.exception;
|
||||||
}
|
}
|
||||||
|
|
||||||
var parent = profileNode.parent;
|
|
||||||
profileNode.time = (timestamp - profileNode.start);
|
profileNode.time = (timestamp - profileNode.start);
|
||||||
this.depth = profileNode.parent;
|
this.depth = profileNode.parent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue