diff --git a/AlgorithmProfiler.html b/AlgorithmProfiler.html index d6b3fa91..20a4e015 100644 --- a/AlgorithmProfiler.html +++ b/AlgorithmProfiler.html @@ -130,7 +130,7 @@
More detailed information can be added to individual function calls in C++ with the help of std::chrono
.
-At the top of the fuction create a “start time”
const auto startTime = std::chrono::high_resolution_clock::now();