Searched refs:typeTimes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.cpp70 void SkDebugger::getOverviewText(const SkTDArray<double>* typeTimes, argument
94 SkASSERT(NULL == typeTimes || 0.0 == (*typeTimes)[i]);
101 if (typeTimes && totTime >= 0.0) {
103 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
106 double percent = 100.0*(*typeTimes)[i]/totTime;
111 tempSum += (*typeTimes)[i];
118 if (typeTimes) {
H A DSkDebugger.h126 void getOverviewText(const SkTDArray<double>* typeTimes, double totTime,
/external/skia/debugger/
H A DSkDebugger.cpp72 void SkDebugger::getOverviewText(const SkTDArray<double>* typeTimes, argument
96 SkASSERT(NULL == typeTimes || 0.0 == (*typeTimes)[i]);
103 if (NULL != typeTimes && totTime >= 0.0) {
105 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
108 double percent = 100.0*(*typeTimes)[i]/totTime;
113 tempSum += (*typeTimes)[i];
120 if (NULL != typeTimes) {
H A DSkDebugger.h132 void getOverviewText(const SkTDArray<double>* typeTimes, double totTime,
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.h349 void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
H A DSkDebuggerGUI.cpp231 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; } function in class:SkTimedPicturePlayback
327 const SkTDArray<double>* typeTimes() const { return ((SkTimedPicturePlayback*) fData.get())->typeTimes(); }
452 setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
1082 void SkDebuggerGUI::setupOverviewText(const SkTDArray<double>* typeTimes, argument
1086 fDebugger.getOverviewText(typeTimes, totTime, &overview, numRuns);
/external/skia/debugger/QT/
H A DSkDebuggerGUI.h349 void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
H A DSkDebuggerGUI.cpp200 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; } function in class:SkTimedPicturePlayback
296 const SkTDArray<double>* typeTimes() const { return ((SkTimedPicturePlayback*) fPlayback)->typeTimes(); } function in class:SkTimedPicture
415 setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
1043 void SkDebuggerGUI::setupOverviewText(const SkTDArray<double>* typeTimes, argument
1047 fDebugger.getOverviewText(typeTimes, totTime, &overview, numRuns);

Completed in 170 milliseconds