Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/
Drun_timer_test.cpp90 long timeout_in_secs = 1; in accuracy_test() local
91 if ( argc > 1 ) timeout_in_secs = std::atol( argv[1] ); in accuracy_test()
92 std::cout << "accuracy test for " << timeout_in_secs << " second(s)..."; in accuracy_test()
95 timeout_in_clock_t += (timeout_in_secs * CLOCKS_PER_SEC); in accuracy_test()
120 ns timeout_in_nanoseconds( static_cast<long long>(timeout_in_secs) * 1000000000LL ); in accuracy_test()