Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AdpfWrapper should use CLOCK_MONOTONIC instead of CLOCK_REALTIME
There doesn't seem to be any upsides in using CLOCK_REALTIME over CLOCK_MONOTONIC in AdpfWrapper.cpp. Since the rest of the Oboe codebase uses CLOCK_MONOTONIC, we should also use it here.
- Loading branch information