[flang-commits] [flang] [Flang][runtime] Distinguish CPU time and elapsed time for cpu_time and system_clock (PR #96652)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Thu Jun 27 11:58:00 PDT 2024


================
@@ -19,6 +19,7 @@
 #include <cstdlib>
 #include <cstring>
 #include <ctime>
+#include <chrono>
----------------
mjklemm wrote:

Nope. It can be removed.  I think the code can be greatly simplified.

If there's consensus amongst the reviewers that the way I did things are fine, I'll refactor the code and remove everything that's no longer needed.

https://github.com/llvm/llvm-project/pull/96652


More information about the flang-commits mailing list