Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp66 double compute_time; in main() local
71 compute_time = (tbb::tick_count::now() - compute_start_time).seconds(); in main()
78 compute_time = (tbb::tick_count::now() - compute_start_time).seconds(); in main()
83 std::cout << "Serial run:\tpi = " << pi << "\tcompute time = " << compute_time in main()
87 std::cout << "Parallel run:\tpi = " << pi << "\tcompute time = " << compute_time in main()