Lines Matching refs:cout
166 std::cout << "Starting serial version of QUICK HULL algorithm" in main()
172 std::cout << "Init time: " << util::time_diff(tm_init, tm_start) in main()
177 std::cout << "Serial time: " << util::time_diff(tm_start, tm_end) in main()
593 std::cout << "Starting TBB unbuffered push_back version of QUICK HULL algorithm" in main()
596 std::cout << "Starting STL locked unbuffered push_back version of QUICK HULL algorithm" in main()
609 std::cout << "Parallel init time on " << nthreads in main()
616 std::cout << "Time on " << nthreads << " threads: " << util::time_diff(tm_start, tm_end) in main()
621 std::cout << "Starting TBB buffered version of QUICK HULL algorithm" in main()
624 std::cout << "Starting STL locked buffered version of QUICK HULL algorithm" in main()
638 std::cout << "Init time on " << nthreads in main()
645 std::cout << "Time on " << nthreads << " threads: " << util::time_diff(tm_start, tm_end) in main()