Bug 112648 - [chromium] More tracing in deferred image decoding
Summary: [chromium] More tracing in deferred image decoding
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hin-Chung Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 19:30 PDT by Hin-Chung Lam
Modified: 2013-03-18 20:53 PDT (History)
7 users (show)

See Also:


Attachments
Patch (9.41 KB, patch)
2013-03-18 19:36 PDT, Hin-Chung Lam
no flags Details | Formatted Diff | Diff
Patch (9.22 KB, patch)
2013-03-18 19:41 PDT, Hin-Chung Lam
no flags Details | Formatted Diff | Diff
Patch (9.22 KB, patch)
2013-03-18 19:43 PDT, Hin-Chung Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hin-Chung Lam 2013-03-18 19:30:01 PDT
We need more tracing data in deferred image decoding path, here's a list of high level data we want to capture:

1. The time span that a LazyDecodingPixelRef is locked.
2. Decode, scaling, cache pruning time.
3. Memory usage, number of cache entries.
4. Number of re-decode.
Comment 1 Hin-Chung Lam 2013-03-18 19:36:32 PDT
Created attachment 193715 [details]
Patch
Comment 2 Hin-Chung Lam 2013-03-18 19:41:59 PDT
Created attachment 193716 [details]
Patch
Comment 3 Hin-Chung Lam 2013-03-18 19:43:19 PDT
Created attachment 193717 [details]
Patch
Comment 4 WebKit Review Bot 2013-03-18 20:53:16 PDT
Comment on attachment 193717 [details]
Patch

Clearing flags on attachment: 193717

Committed r146175: <http://trac.webkit.org/changeset/146175>
Comment 5 WebKit Review Bot 2013-03-18 20:53:19 PDT
All reviewed patches have been landed.  Closing bug.