We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27186d0 commit 4d14be8Copy full SHA for 4d14be8
floyd.cpp
@@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
117
clock_t end_matrix_calc = clock();
118
double elapsed_msecs_matrix_calc =
119
double(end_matrix_calc - begin_matrix_calc) / (CLOCKS_PER_SEC / 1000);
120
- std::cout << "Graph process time (serial): " << elapsed_msecs_matrix_calc
+ std::cout << "Graph process time (serial): " << elapsed_graph_process
121
<< std::endl;
122
// std::cout << "solution array: " << std::endl;
123
// print_2d_array(solution, vertices);
0 commit comments