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

Issue 6817114: Add profiling to debugger (Closed)

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

Description

This CL adds profiling to the debugger providing SK_PICTURE_PROFILING_STUBS is defined. The SkPicture-derived classes in SkDebuggerGUI.cpp are specific to their usage in this app. In particular, they only override the ctor required for this app. Using them in a more general manner may produce unexpected results.

Patch Set 1 #

Patch Set 2 : New version #

Patch Set 3 : New version #

Patch Set 4 : updated #

Patch Set 5 : update #

Patch Set 6 : update #

Total comments: 4

Patch Set 7 : Fixed SkPicture-derived class name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -1 line) Patch
M debugger/QT/SkDebuggerGUI.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M debugger/QT/SkDebuggerGUI.cpp View 1 2 3 4 5 6 3 chunks +244 lines, -1 line 0 comments Download
M gyp/debugger.gyp View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5
robertphillips
11 years, 6 months ago (2012-11-13 21:12:55 UTC) #1
DerekS
https://codereview.appspot.com/6817114/diff/10001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6817114/diff/10001/debugger/QT/SkDebuggerGUI.cpp#newcode187 debugger/QT/SkDebuggerGUI.cpp:187: class SkTimedPlaybackPicture : public SkPicture { why not call ...
11 years, 6 months ago (2012-11-13 21:41:49 UTC) #2
robertphillips
https://codereview.appspot.com/6817114/diff/10001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6817114/diff/10001/debugger/QT/SkDebuggerGUI.cpp#newcode187 debugger/QT/SkDebuggerGUI.cpp:187: class SkTimedPlaybackPicture : public SkPicture { On 2012/11/13 21:41:49, ...
11 years, 6 months ago (2012-11-14 13:35:23 UTC) #3
DerekS
lgtm. I'm still think we should continue to think of better ways to do this ...
11 years, 6 months ago (2012-11-14 18:23:31 UTC) #4
robertphillips
11 years, 6 months ago (2012-11-15 14:58:20 UTC) #5
committed as r6430
Sign in to reply to this message.

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