[roll] Roll fuchsia [input] Fix comments regarding "machine uptime"

The `event_time` field corresponds to the monotonic time as determined
by the zx_clock_get_monotonic syscall.

This is not the same as machine uptime. It does not always reset on
reboot and does not adjust during sleep, and thus should not be used
as a reliable source of uptime.

https://fuchsia.dev/fuchsia-src/reference/syscalls/clock_get_monotonic
has more information on this.

Test: N/A
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519480
Original-Revision: 9ff52e332e1edf48cc8e4a30e3359598801b8c4c
GitOrigin-RevId: fb1a1b529efc27230cb9df43088f9391d88d249b
Change-Id: I317d762f1738bb3c2921e85c06aa01a0b8ae2117
1 file changed
tree: 33df5fac305bb22760eff7260c8702722d298c99
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.