Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp204 for (const auto& histEle : ele.second.hist) { in toProto() local
206 histProto->set_time_millis(histEle.first); in toProto()
207 histProto->set_frame_count(histEle.second); in toProto()
229 for (const auto& histEle : presentToPresentLegacy.hist) { in toProto() local
231 histProto->set_time_millis(histEle.first); in toProto()
232 histProto->set_frame_count(histEle.second); in toProto()
234 for (const auto& histEle : frameDurationLegacy.hist) { in toProto() local
236 histProto->set_time_millis(histEle.first); in toProto()
237 histProto->set_frame_count(histEle.second); in toProto()
239 for (const auto& histEle : renderEngineTimingLegacy.hist) { in toProto() local
[all …]