Searched refs:slow_test_list (Results 1 – 1 of 1) sorted by relevance
368 std::vector<std::tuple<std::string, int64_t, int>> slow_test_list; in OnTestIterationEndPrint() local387 slow_test_list.push_back(std::make_tuple(testcase.GetTestName(i), in OnTestIterationEndPrint()428 size_t slow_test_count = slow_test_list.size(); in OnTestIterationEndPrint()432 for (const auto& slow_tuple : slow_test_list) { in OnTestIterationEndPrint()