[Webkit-unassigned] [Bug 82325] Web Inspector: Speed up heap profiler snapshot parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 06:38:12 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82325





--- Comment #2 from Ilya Tikhonovsky <loislo at chromium.org>  2012-03-27 06:38:11 PST ---
(From update of attachment 134031)
View in context: https://bugs.webkit.org/attachment.cgi?id=134031&action=review

> Source/WebCore/inspector/front-end/HeapSnapshot.js:1231
> +        for (var i = 1, l = nodes.length; i < l; ++count) {

rootNodeIndex?

> Source/WebCore/inspector/front-end/HeapSnapshot.js:1238
> +        for (var i = 1, l = nodes.length; i < l; ++count) {

ditto

> Source/WebCore/inspector/front-end/HeapSnapshot.js:1282
> +        var indexArray = this._dominatedIndex = new Int32Array(nodeCount + 1);

Uint32Array

> Source/WebCore/inspector/front-end/HeapSnapshot.js:1291
> +        var dominatedNodes = this._dominatedNodes = new Int32Array(nodeCount + 1);

ditto

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list