Searched refs:histProto (Results 1 – 1 of 1) sorted by relevance
149 SFTimeStatsHistogramBucketProto* histProto = deltaProto->add_histograms(); in toProto() local150 histProto->set_time_millis(histEle.first); in toProto()151 histProto->set_frame_count(histEle.second); in toProto()174 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_present_to_present(); in toProto() local175 histProto->set_time_millis(histEle.first); in toProto()176 histProto->set_frame_count(histEle.second); in toProto()179 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_frame_duration(); in toProto() local180 histProto->set_time_millis(histEle.first); in toProto()181 histProto->set_frame_count(histEle.second); in toProto()184 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_render_engine_timing(); in toProto() local[all …]