mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 15:05:47 +08:00
* Create measure_time_elapsed.cpp * add functionality to measure time elapsed of a code * cout --> std:cout * Update measure_time_elapsed.cpp * Update time_elapsed.cpp * Update measure_time_elapsed.cpp * std:cout << getTimeInMicroseconds() - starttime; * std:cout << getTimeInMicroseconds() - starttime; * Update measure_time_elapsed.cpp * Fix include order and use int64 * Remove trailing whitespace * Delete time_elapsed.cpp * int64_t * #include <sys/time.h> * long long * int64 * int64_t * __int64_t * std::cout and std::nullptr * #include <iostream> Co-authored-by: Christian Clauss <cclauss@me.com>