Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Issue 6851044: Added profiling stubs to SkPicturePlayback (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by robertphillips
Modified:
12 years, 1 month ago
Reviewers:
DerekS, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Originally these stubs passed in the command number but that proved problematic since the clips allow some commands to be skipped. This CL passes the stream offset to the stubs and it is up to the derived classes to figure it out.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed .gyp change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M src/core/SkPicturePlayback.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 10
robertphillips
12 years, 1 month ago (2012-11-13 16:12:48 UTC) #1
reed1
1. What are some sample subclasses and their impls of pre and post? 2. What ...
12 years, 1 month ago (2012-11-13 16:17:04 UTC) #2
robertphillips
1. What are some sample subclasses and their impls of pre and post? The CL ...
12 years, 1 month ago (2012-11-13 17:05:33 UTC) #3
DerekS
https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi#newcode8 gyp/common_conditions.gypi:8: 'SK_PICTURE_PROFILING_STUBS' I'm all for making this only part of ...
12 years, 1 month ago (2012-11-13 17:45:21 UTC) #4
robertphillips
https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi#newcode8 gyp/common_conditions.gypi:8: 'SK_PICTURE_PROFILING_STUBS' I don't think we can do that quite ...
12 years, 1 month ago (2012-11-13 17:47:46 UTC) #5
DerekS
On 2012/11/13 17:47:46, robertphillips wrote: > https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi > File gyp/common_conditions.gypi (right): > > https://codereview.appspot.com/6851044/diff/1/gyp/common_conditions.gypi#newcode8 > ...
12 years, 1 month ago (2012-11-13 17:48:58 UTC) #6
robertphillips
Updated w/o gyp change
12 years, 1 month ago (2012-11-13 17:57:32 UTC) #7
DerekS
lgtm
12 years, 1 month ago (2012-11-13 18:11:00 UTC) #8
reed1
lgtm
12 years, 1 month ago (2012-11-13 18:26:26 UTC) #9
robertphillips
12 years, 1 month ago (2012-11-13 18:28:27 UTC) #10
committed as r6397
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b