[libcxx-commits] [PATCH] D74341: [libc++][Apple] Use CLOCK_MONOTONIC_RAW instead of CLOCK_UPTIME_RAW for steady_clock
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 10 10:00:06 PST 2020
ldionne added a comment.
Herald added a reviewer: mclow.lists.
Specifically, I'm looking to understand why Eric's comment at that time (https://reviews.llvm.org/D27429#618296) about using `CLOCK_MONOTONIC_RAW` wasn't acted upon -- did we simply overlook it or is there a reason why `CLOCK_MONOTONIC_RAW` is not a suitable implementation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74341/new/
https://reviews.llvm.org/D74341
More information about the libcxx-commits
mailing list