commit | 040b53f23eb233679d105c31c9e22e2a3e5b81c0 | [log] [tgz] |
---|---|---|
author | Henrique Nakashima <hnakashima@chromium.org> | Thu Oct 01 21:42:18 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 01 21:42:18 2020 |
tree | 5f58b7c5a8481a501f60bd982e95af23924720eb | |
parent | 46a6c2f2b9645531d6bd2c36087fe177f0fe42a5 [diff] |
[Lorenz] Generate modularization metrics This will be used in the builder to generate stats to track the progress of modularization (which is done by running some scripts manually at the moment. Sample output: {"class_edges": 51396, "class_nodes": 8368, "inbound_ChromeActivity": 196, "inbound_ChromeTabbedActivity": 24, "package_cycles_size_equals_2": 390, "package_cycles_size_up_to_4": 19949, "package_edges": 7932, "package_nodes": 744} Bug: 1133838 Change-Id: Ia732386706740df290e58b0187c25589320217b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441323 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#812930}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.