Searched refs:compute_time (Results 1 – 1 of 1) sorted by relevance
66 double compute_time; in main() local71 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()