Home
last modified time | relevance | path

Searched refs:HISTOGRAM_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp23 #define HISTOGRAM_SIZE 85 macro
33 static const std::array<int32_t, HISTOGRAM_SIZE> histogramConfig =
43 if (delta > histogramConfig[HISTOGRAM_SIZE - 1]) { in insert()
44 hist[histogramConfig[HISTOGRAM_SIZE - 1]] += delta / histogramConfig[HISTOGRAM_SIZE - 1]; in insert()
71 for (int32_t i = 0; i < HISTOGRAM_SIZE; ++i) { in toString()