aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkDebuggerGUI.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-10-26 09:28:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-26 09:28:12 -0700
commit87ed6be0e4ea8b0a88915045f697d0fd734ed6f5 (patch)
tree001752e85d1c71368f7e5faa42bff1abbcea8380 /debugger/QT/SkDebuggerGUI.h
parent953fe3139fa60ce56abcfa45a3647d924e637083 (diff)
Get debugger compiling again
Recent house cleaning has broken the debugger - mainly around the defunct profiling feature. This makes CL it even more defunct. Review URL: https://codereview.chromium.org/1416723006
Diffstat (limited to 'debugger/QT/SkDebuggerGUI.h')
-rw-r--r--debugger/QT/SkDebuggerGUI.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 6ff4d4d90c..2ef4b0eb35 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -78,11 +78,6 @@ private slots:
void actionBreakpoints();
/**
- Profile the commands
- */
- void actionProfile();
-
- /**
Cancels the command filter in the list widget.
*/
void actionCancel();
@@ -238,7 +233,6 @@ private:
QAction fActionOpen;
QAction fActionBreakpoint;
- QAction fActionProfile;
QAction fActionCancel;
QAction fActionClearBreakpoints;
QAction fActionClearDeletes;
@@ -334,15 +328,6 @@ private:
*/
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
-
- /**
- Render the supplied picture several times tracking the time consumed
- by each command.
- */
- void run(const SkPicture* pict,
- sk_tools::PictureRenderer* renderer,
- int repeats);
-
bool isPaused() const {
return fActionPause.isChecked();
}