Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp245 oneapi::tbb::tick_count main_time = oneapi::tbb::tick_count::now(); in main() local
333 utility::report_elapsed_time((oneapi::tbb::tick_count::now() - main_time).seconds()); in main()