[libcxx-commits] [PATCH] D93542: [SystemZ][ZOS] Provide CLOCK_MONOTONIC alternative

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 13 08:37:01 PST 2021


zibi added a comment.

In D93542#2495987 <https://reviews.llvm.org/D93542#2495987>, @ldionne wrote:

> Unless I'm heavily mistaken, `gettimeofday()` isn't monotonic. It's not a good idea to implement a feature in a way that we know to be broken from the start.

Sorry, for confusion. We hashed it out internally and this is our monotonic implementation on z/OS.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93542/new/

https://reviews.llvm.org/D93542



More information about the libcxx-commits mailing list