Searched refs:ComputeMean (Results 1 – 5 of 5) sorted by relevance
26 EXPECT_DOUBLE_EQ(0.0, accum.ComputeMean()); in TEST()40 EXPECT_DOUBLE_EQ(1.5, accum.ComputeMean()); in TEST()55 EXPECT_DOUBLE_EQ(6.5, accum.ComputeMean()); in TEST()69 EXPECT_DOUBLE_EQ(100.0, accum.ComputeMean()); in TEST()82 EXPECT_DOUBLE_EQ(2.0, accum.ComputeMean()); in TEST()95 EXPECT_DOUBLE_EQ(87.5, accum.ComputeMean()); in TEST()112 EXPECT_DOUBLE_EQ(3.5, accum.ComputeMean()); in TEST()
90 double ComputeMean() const { in ComputeMean() function128 return ComputeMean(); in ComputeWeightedMean()
50 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample()
435 double fps = 1000000.0 / fps_counter_.ComputeMean(); in GetFrameRate()
723 stats->mean = data.ComputeMean(); in GetVariableSnapshot()