Searched refs:histProto (Results 1 – 1 of 1) sorted by relevance
205 SFTimeStatsHistogramBucketProto* histProto = deltaProto->add_histograms(); in toProto() local206 histProto->set_time_millis(histEle.first); in toProto()207 histProto->set_frame_count(histEle.second); in toProto()230 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_present_to_present(); in toProto() local231 histProto->set_time_millis(histEle.first); in toProto()232 histProto->set_frame_count(histEle.second); in toProto()235 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_frame_duration(); in toProto() local236 histProto->set_time_millis(histEle.first); in toProto()237 histProto->set_frame_count(histEle.second); in toProto()240 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_render_engine_timing(); in toProto() local[all …]