Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tick_count.cpp51 tbb::tick_count start_time; variable
53 auto diff_func = [&thread_barrier, &start_time] (std::size_t ) { in __anon7e030fbd0102()
54 thread_barrier.wait([&start_time] { start_time = tbb::tick_count::now(); }); in __anon7e030fbd0102()
57 while ((end_time - start_time).seconds() == 0) { in __anon7e030fbd0102()
61 CHECK_GT((end_time - start_time).seconds(), 0); in __anon7e030fbd0102()