Searched refs:histEle (Results 1 – 1 of 1) sorted by relevance
204 for (const auto& histEle : ele.second.hist) { in toProto() local206 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() local231 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() local236 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 …]