Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp148 for (const auto& histEle : ele.second.hist) { in toProto() local
150 histProto->set_time_millis(histEle.first); in toProto()
151 histProto->set_frame_count(histEle.second); in toProto()
173 for (const auto& histEle : presentToPresent.hist) { in toProto() local
175 histProto->set_time_millis(histEle.first); in toProto()
176 histProto->set_frame_count(histEle.second); in toProto()
178 for (const auto& histEle : frameDuration.hist) { in toProto() local
180 histProto->set_time_millis(histEle.first); in toProto()
181 histProto->set_frame_count(histEle.second); in toProto()
183 for (const auto& histEle : renderEngineTiming.hist) { in toProto() local
[all …]