Bug 79376 - [Chromium] Add profiling trace for deferred canvas rendering
Summary: [Chromium] Add profiling trace for deferred canvas rendering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Justin Novosad
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 10:29 PST by Justin Novosad
Modified: 2012-02-23 19:03 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.83 KB, patch)
2012-02-23 10:36 PST, Justin Novosad
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Novosad 2012-02-23 10:29:23 PST
[Chromium] Add profiling trace for deferred canvas rendering
Comment 1 Justin Novosad 2012-02-23 10:36:20 PST
Created attachment 128497 [details]
Patch
Comment 2 Stephen White 2012-02-23 11:13:34 PST
Comment on attachment 128497 [details]
Patch

I'm a little nervous about adding tracing on PlatformContextSkia::bitmap(), since it's a pretty lightweight function in the non-deferred case.  But I guess we'll see if it shows up in profiling.  r=me
Comment 3 WebKit Review Bot 2012-02-23 19:03:35 PST
Comment on attachment 128497 [details]
Patch

Clearing flags on attachment: 128497

Committed r108714: <http://trac.webkit.org/changeset/108714>
Comment 4 WebKit Review Bot 2012-02-23 19:03:39 PST
All reviewed patches have been landed.  Closing bug.