Bug 89363 - Web Inspector: native memory snapshot performance and coverage test
Summary: Web Inspector: native memory snapshot performance and coverage test
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-06-18 11:11 PDT by Ilya Tikhonovsky
Modified: 2012-06-18 12:54 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.84 KB, patch)
2012-06-18 11:14 PDT, Ilya Tikhonovsky
no flags 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-06-18 11:11:22 PDT
We have to track the performance of MemoryAgent.getProcessMemoryDistribution.
Also this test will work as a burn down chart for Unknown memory metric.
Comment 1 Ilya Tikhonovsky 2012-06-18 11:13:29 PDT
sample data:

RESULT native-memory-snapshot: take= 0 ms
RESULT native-memory-snapshot: ProcessPrivateMemory= 44587 kB
RESULT native-memory-snapshot: JSHeapAllocated= 31397 kB
RESULT native-memory-snapshot: JSHeapUsed= 12216 kB
RESULT native-memory-snapshot: MemoryCache= 3770 kB
RESULT native-memory-snapshot: CachedImages= 123 kB
RESULT native-memory-snapshot: CachedCssStyleSheets= 133 kB
RESULT native-memory-snapshot: CachedScripts= 3513 kB
RESULT native-memory-snapshot: CachedXslStyleSheets= 0 kB
RESULT native-memory-snapshot: CachedFonts= 0 kB
RESULT native-memory-snapshot: RenderTreeAllocated= 395 kB
RESULT native-memory-snapshot: RenderTreeUsed= 384 kB
RESULT native-memory-snapshot: Unknown= 9025 kB
RESULT heap-delta: native-memory-snapshot= 0 kB
Comment 2 Ilya Tikhonovsky 2012-06-18 11:14:57 PDT
Created attachment 148132 [details]
Patch
Comment 3 Ilya Tikhonovsky 2012-06-18 12:54:00 PDT
Comment on attachment 148132 [details]
Patch

Clearing flags on attachment: 148132

Committed r120618: <http://trac.webkit.org/changeset/120618>
Comment 4 Ilya Tikhonovsky 2012-06-18 12:54:11 PDT
All reviewed patches have been landed.  Closing bug.