Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp424 for (const auto& timeout_pair : timeout_test_list) { in OnTestIterationEndPrint() local
426 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(), in OnTestIterationEndPrint()
427 timeout_pair.second / 1000000); in OnTestIterationEndPrint()