Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp51 tbb::tick_count main_start_time = tbb::tick_count::now(); in main() local
93 utility::report_elapsed_time((tbb::tick_count::now() - main_start_time).seconds()); in main()