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