Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp69 tbb::tick_count compute_start_time = tbb::tick_count::now(); in main() local
71 compute_time = (tbb::tick_count::now() - compute_start_time).seconds(); in main()
76 tbb::tick_count compute_start_time = tbb::tick_count::now(); in main() local
78 compute_time = (tbb::tick_count::now() - compute_start_time).seconds(); in main()