Searched refs:history_window (Results 1 – 2 of 2) sorted by relevance
69 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()86 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()125 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()165 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()210 const Clock::time_point end = now + estimator()->history_window() / 4; in TEST_F()
75 Clock::duration history_window() const { return history_window_; } in history_window() function