[session][input] Prefer zx_clock_get_monotonic to zx_clock_get

Track down and convert calls made to
zx::Time::get(zx::ClockId::Monotonic) and change them into calls to
zx::Time::get_monotonic() instead.

This is part of the process of getting ready for the deprecation of
zx_clock_get(...), and has the added benefit of being a tiny bit
faster because clock_get_monotonic can almost always skip the syscall.

Change-Id: Idf1637f66dc58ef20dd4f518da41bbf2649e95cb
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/441915
Testability-Review: Nick Maniscalco <maniscalco@google.com>
Commit-Queue: John Grossman <johngro@google.com>
Reviewed-by: Andrew Wilson <anwilson@google.com>
1 file changed
tree: 841cadf12510c3b53f02b3852515defce3d46d72
  1. src/