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