Searched refs:fPlaybackAverage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dbbh_shootout.cpp34 double fPlaybackAverage[kBBoxTypeCount]; member in struct:Measurement
116 measurement.fPlaybackAverage[bBoxType] = playbackTimer.fCpu;
136 globalMeasurement.fPlaybackAverage[bBoxType] = 0;
140 globalMeasurement.fPlaybackAverage[bBoxType] +=
141 measurement.fPlaybackAverage[bBoxType];
145 globalMeasurement.fPlaybackAverage[bBoxType] /= measurements.count();
172 globalMeasurement.fPlaybackAverage[bBoxType]);
187 pbLine.appendf(" %f", measurement.fPlaybackAverage[bBoxType]);
/external/skia/tools/
H A Dbbh_shootout.cpp34 double fPlaybackAverage[kBBoxTypeCount]; member in struct:Measurement
112 measurement.fPlaybackAverage[bBoxType] = playbackTimer.fCpu;
127 globalMeasurement.fPlaybackAverage[bBoxType] = 0;
131 globalMeasurement.fPlaybackAverage[bBoxType] +=
132 measurement.fPlaybackAverage[bBoxType];
136 globalMeasurement.fPlaybackAverage[bBoxType] /= measurements.count();
163 globalMeasurement.fPlaybackAverage[bBoxType]);
178 pbLine.appendf(" %f", measurement.fPlaybackAverage[bBoxType]);

Completed in 90 milliseconds