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

Issue 6906043: Make debugger profiling honor deleted commands (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, TomH
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixes http://code.google.com/p/skia/issues/detail?id=999

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed code review issues #

Patch Set 3 : fixed nit #

Total comments: 4

Patch Set 4 : renamed off to skipTo #

Patch Set 5 : Renamed fDeletedCommands to fSkipCommands #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -17 lines) 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 12 chunks +35 lines, -8 lines 0 comments Download
M src/core/SkPicturePlayback.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 2 3 5 chunks +20 lines, -8 lines 0 comments Download

Messages

Total messages: 7
robertphillips
11 years, 6 months ago (2012-12-06 20:56:17 UTC) #1
DerekS
https://codereview.appspot.com/6906043/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6906043/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode196 debugger/QT/SkDebuggerGUI.cpp:196: for (++fCurCommand; can we make this a while loop ...
11 years, 6 months ago (2012-12-06 21:34:51 UTC) #2
robertphillips
https://codereview.appspot.com/6906043/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6906043/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode196 debugger/QT/SkDebuggerGUI.cpp:196: for (++fCurCommand; On 2012/12/06 21:34:52, DerekS wrote: > can ...
11 years, 6 months ago (2012-12-07 13:22:29 UTC) #3
TomH
LGTM https://codereview.appspot.com/6906043/diff/5002/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6906043/diff/5002/debugger/QT/SkDebuggerGUI.cpp#newcode145 debugger/QT/SkDebuggerGUI.cpp:145: const SkTDArray<bool>& deletedCommands) Ugh - well, if it's ...
11 years, 6 months ago (2012-12-07 14:45:19 UTC) #4
robertphillips
https://codereview.appspot.com/6906043/diff/5002/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6906043/diff/5002/debugger/QT/SkDebuggerGUI.cpp#newcode145 debugger/QT/SkDebuggerGUI.cpp:145: const SkTDArray<bool>& deletedCommands) I don't know if it is ...
11 years, 6 months ago (2012-12-07 15:15:40 UTC) #5
DerekS
lgtm. both fSkipCommands and skipTo are fine with me
11 years, 6 months ago (2012-12-07 18:02:59 UTC) #6
robertphillips
11 years, 6 months ago (2012-12-07 20:49:16 UTC) #7
committed as r6713
Sign in to reply to this message.

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