Bug 80409 - Web Inspector: Heap Snapshot performance test improvements.
Summary: Web Inspector: Heap Snapshot performance test improvements.
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-06 05:28 PST by Ilya Tikhonovsky
Modified: 2012-03-06 05:41 PST (History)
10 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2012-03-06 05:29 PST, 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-06 05:28:39 PST
The test has only overall snapshot time metric at the moment.
It'd be much more interesting to see the times for each snapshot stage.

the sample:
RESULT panel-update: take-snapshot= 461 ms
RESULT panel-update: transfer-snapshot= 789 ms
RESULT panel-update: show-snapshot= 1121 ms
RESULT panel-update: summary-snapshot-time= 2373 ms
RESULT panel-update: switch-to-containment-view= 2788 ms
RESULT panel-update: clear-snapshot= 13 ms
RESULT heap-delta: detailed-heapshots-smoke-test= 240 kB
Comment 1 Ilya Tikhonovsky 2012-03-06 05:29:53 PST
Created attachment 130362 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-03-06 05:41:48 PST
Committed r109913: <http://trac.webkit.org/changeset/109913>