[flang-commits] [flang] [Flang][runtime] Distinguish CPU time and elapsed time for cpu_time and system_clock (PR #96652)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Thu Jun 27 11:51:30 PDT 2024
================
@@ -19,6 +19,7 @@
#include <cstdlib>
#include <cstring>
#include <ctime>
+#include <chrono>
----------------
luporl wrote:
Is this include still needed?
https://github.com/llvm/llvm-project/pull/96652
More information about the flang-commits
mailing list