[roll] Roll fuchsia [e2e][perf] Move lib/perf_utils/utils.py to lib/perf/action_timer.py

Utilities for use in measuring the device during e2e tests have sprung
up in several different places over the years. Begin gathering those
used solely in e2e tests into subdirectories of
/src/tests/end_to_end/lib/

This patch also renames `FuchsiaPerfResults` to `ActionTimer`, because
it doesn't represent a set of results, it measures the time taken to
perform an action.

Original-Bug: b/416339669
Test: diagnostics_test, snapshot_test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1274165
Original-Revision: daa2f90eeca3db893399fededcb4cca91c776c84
GitOrigin-RevId: 5d4dfee69e966e80221c3a2c8a15a84a39889d4e
Change-Id: I5d30910429bfbb296a21eb2d8c8ef0d27430ce8b
1 file changed
tree: bb8b4345c149dc24e08b29b74618838b746a992f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.