Files
clang-p2996/flang/test/Runtime
Michael Klemm 7359edbc09 [Flang][runtime] Distinguish CPU time and elapsed time for cpu_time and system_clock (#96652)
The current implementation for `system_clock()` returns the CPU time
instead of elapsed wallclock time. This PR fixes the issue and makes
`system_clock()` correctly return elapsed time.
2024-07-02 18:37:33 +02:00
..