Searched refs:merge_start_time (Results 1 – 2 of 2) sorted by relevance
142 auto merge_start_time = MAX_TIMEPOINT; in TEST_F() local155 .WillRepeatedly([&merge_start_time]() { in TEST_F()156 merge_start_time = in TEST_F()157 std::min(merge_start_time, std::chrono::steady_clock::now()); in TEST_F()170 ASSERT_LT(slot_success_time, merge_start_time) in TEST_F()
407 auto merge_start_time = std::chrono::duration_cast<std::chrono::milliseconds>( in InitiateMergeAndWait() local410 merge_start_time.count() - merge_stats_->boot_complete_time_ms()); in InitiateMergeAndWait()