Measure time taken to process a manifest

Measure time taken to parse the manifest, read all gitlinks and commit
to the superproject.

This gives us an idea on how long is it taking now and helps to track
regressions/improvements if we tweak with RepoCommand or the repo
opener.

Change-Id: Ia78acf37612ce5df0da28d6e6065544d196a3d17
1 file changed
tree: f8620a7ede504e94c638e1cd446a9abfe4b05625
  1. java/
  2. javatests/
  3. BUILD
  4. external_plugin_deps.bzl
  5. LICENSE
  6. README.md
README.md

The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.

For more information see the documentation or the build instructions