Bug 80409

Summary: Web Inspector: Heap Snapshot performance test improvements.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

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>