| commit | 20beb481ec72b9723c63f9ed5480adad0ff5a9a0 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 07 19:32:45 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 07 19:32:45 2013 +0000 |
| tree | 4f89981e247a00f2d268592d9ea4c905009cb724 | |
| parent | 6918d482d64f045a4c980b2fb267bc939953638e [diff] [blame] |
Normalize the debugger's profile times by the repeat count https://codereview.appspot.com/7520043/ git-svn-id: http://skia.googlecode.com/svn/trunk@8025 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h index bb3d6ce..f9960a3 100644 --- a/debugger/QT/SkDebuggerGUI.h +++ b/debugger/QT/SkDebuggerGUI.h
@@ -323,7 +323,7 @@ /** Fills in the overview pane with text */ - void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime); + void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns); /** Render the supplied picture several times tracking the time consumed