Skip to content

Commit eeb0b75

Browse files
committed
Changed time elapsed to sort cout
1 parent 09df3a3 commit eeb0b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: SortController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void SortController::startSort(int sortType) {
5252
}
5353
}
5454

55-
std::cout << timeSort.getElapsedTime().asMilliseconds() << std::endl;
55+
std::cout << timeSort.getElapsedTime().asMilliseconds() << "ms" << std::endl;
5656
checkSort();
5757
isSorting = false;
5858
}

0 commit comments

Comments
 (0)