Bug 81347 - Web Inspector: HeapSnapshot: merge two long operations into one.
Summary: Web Inspector: HeapSnapshot: merge two long operations into one.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 06:37 PDT by Ilya Tikhonovsky
Modified: 2012-03-16 06:50 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.88 KB, patch)
2012-03-16 06:39 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-03-16 06:37:29 PDT
We have two log post processing operations on the heap snapshot.
The first one is buildAggregates for Summary view, the second one is the buildRetainers.
The users feel bad when they wait for Summary view for 20 sec and after first click wait another 20 sec for the retainers tree.
Comment 1 Ilya Tikhonovsky 2012-03-16 06:39:34 PDT
Created attachment 132271 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-03-16 06:50:52 PDT
Committed r111003: <http://trac.webkit.org/changeset/111003>