Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp131 for (const auto& histEle : ele.second.hist) { in toProto() local
133 histProto->set_time_millis(histEle.first); in toProto()
134 histProto->set_frame_count(histEle.second); in toProto()
156 for (const auto& histEle : presentToPresent.hist) { in toProto() local
158 histProto->set_time_millis(histEle.first); in toProto()
159 histProto->set_frame_count(histEle.second); in toProto()