Home
last modified time | relevance | path

Searched refs:slow_test_list (Results 1 – 1 of 1) sorted by relevance

/test/vts/runners/target/gtest/
Dgtest_main.cpp367 std::vector<std::tuple<std::string, int64_t, int>> slow_test_list; in OnTestIterationEndPrint() local
387 slow_test_list.push_back( in OnTestIterationEndPrint()
432 size_t slow_test_count = slow_test_list.size(); in OnTestIterationEndPrint()
437 for (const auto& slow_tuple : slow_test_list) { in OnTestIterationEndPrint()