Searched refs:sequentialTEPs (Results 1 – 1 of 1) sorted by relevance
810 edges_size_type sequentialTEPs = edges_size_type(floor(7 * n* (n - n0) / (end - start))); in run_non_distributed_graph_tests() local812 …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() local1101 …std::cerr << " Sequential = " << print_time(end - start) << " (" << sequentialTEPs << " TEPs)\n… in run_distributed_graph_tests()