Lines Matching refs:histogramProto

584     const SFTimeStatsHistogramBucketProto& histogramProto = globalProto.present_to_present().Get(0);  in TEST_F()  local
585 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
586 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
603 const SFTimeStatsHistogramBucketProto& histogramProto = globalProto.frame_duration().Get(0); in TEST_F() local
604 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
605 EXPECT_EQ(3, histogramProto.time_millis()); in TEST_F()
635 const SFTimeStatsHistogramBucketProto& histogramProto = in TEST_F() local
637 EXPECT_EQ(2, histogramProto.frame_count()); in TEST_F()
638 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
659 const SFTimeStatsHistogramBucketProto& histogramProto = deltaProto.histograms(0); in TEST_F() local
660 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
662 EXPECT_EQ(1, histogramProto.time_millis()); in TEST_F()
664 EXPECT_EQ(4, histogramProto.time_millis()); in TEST_F()
666 EXPECT_EQ(3, histogramProto.time_millis()); in TEST_F()
668 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
670 EXPECT_EQ(1, histogramProto.time_millis()); in TEST_F()
672 EXPECT_EQ(1, histogramProto.time_millis()); in TEST_F()
763 const SFTimeStatsHistogramBucketProto& histogramProto = deltaProto.histograms().Get(0); in TEST_F() local
764 EXPECT_EQ(1, histogramProto.frame_count()); in TEST_F()
766 EXPECT_EQ(0, histogramProto.time_millis()); in TEST_F()
768 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
770 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
772 EXPECT_EQ(2, histogramProto.time_millis()); in TEST_F()
774 EXPECT_EQ(1, histogramProto.time_millis()); in TEST_F()
776 EXPECT_EQ(1, histogramProto.time_millis()); in TEST_F()