Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Dssca.cpp810 edges_size_type sequentialTEPs = edges_size_type(floor(7 * n* (n - n0) / (end - start))); in run_non_distributed_graph_tests() local
812 …std::cerr << " Sequential = " << print_time(end - start) << " (" << sequentialTEPs << " TEPs)\n… in run_non_distributed_graph_tests()
1099 edges_size_type sequentialTEPs = edges_size_type(floor(7 * n* (n - n0) / (end - start))); in run_distributed_graph_tests() local
1101 …std::cerr << " Sequential = " << print_time(end - start) << " (" << sequentialTEPs << " TEPs)\n… in run_distributed_graph_tests()