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.cpp24 #define HISTOGRAM_SIZE 85 macro
34 static const std::array<int32_t, HISTOGRAM_SIZE> histogramConfig =
44 if (delta > histogramConfig[HISTOGRAM_SIZE - 1]) { in insert()
45 hist[histogramConfig[HISTOGRAM_SIZE - 1]]++; in insert()
72 for (int32_t i = 0; i < HISTOGRAM_SIZE; ++i) { in toString()