|
proxygen
|
Go to the source code of this file.
Classes | |
| struct | MockClock |
Functions | |
| TEST (SimpleQuantileEstimatorTest, EstimateQuantiles) | |
| TEST (SlidingWindowQuantileEstimatorTest, EstimateQuantiles) | |
| TEST | ( | SimpleQuantileEstimatorTest | , |
| EstimateQuantiles | |||
| ) |
Definition at line 38 of file QuantileEstimatorTest.cpp.
References folly::SimpleQuantileEstimator< ClockT >::addValue(), folly::SimpleQuantileEstimator< ClockT >::estimateQuantiles(), EXPECT_EQ, i, and MockClock::Now.
| TEST | ( | SlidingWindowQuantileEstimatorTest | , |
| EstimateQuantiles | |||
| ) |
Definition at line 65 of file QuantileEstimatorTest.cpp.
References folly::SlidingWindowQuantileEstimator< ClockT >::addValue(), EXPECT_EQ, i, and MockClock::Now.