Searched refs:slow_tuple (Results 1 – 1 of 1) sorted by relevance
432 for (const auto& slow_tuple : slow_test_list) { in OnTestIterationEndPrint() local434 printf("%s (%" PRId64 " ms, exceed warnline %d ms)\n", std::get<0>(slow_tuple).c_str(), in OnTestIterationEndPrint()435 std::get<1>(slow_tuple) / 1000000, std::get<2>(slow_tuple)); in OnTestIterationEndPrint()