Skip to content

Commit

Permalink
Changed time elapsed to sort cout
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbe committed Apr 14, 2022
1 parent 09df3a3 commit eeb0b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SortController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void SortController::startSort(int sortType) {
}
}

std::cout << timeSort.getElapsedTime().asMilliseconds() << std::endl;
std::cout << timeSort.getElapsedTime().asMilliseconds() << "ms" << std::endl;
checkSort();
isSorting = false;
}
Expand Down

0 comments on commit eeb0b75

Please sign in to comment.