Add build metrics tooling, docs, and baseline CSVs#4157
Draft
Add build metrics tooling, docs, and baseline CSVs#4157
Conversation
5f1c685 to
0d17256
Compare
- tools/build_metrics/measure_dep_fanin.py (M1: dependency fan-in) - tools/build_metrics/measure_tu_sizes.py (M2: preprocessed TU sizes) - tools/build_metrics/measure_build_graph.py (M3+M4: transitive srcs + change impact) - tools/build_metrics/measure_header_fanin.py (M5: header fan-in) - tools/build_metrics/compare_build_metrics.py (comparison report generator) - tools/build_metrics/README.md (full documentation) - tools/build_metrics/current/ (current branch metrics) - Makefile: build_metrics and build_metrics_compare targets
0d17256 to
27d9a27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scripts used for build modularization, incremental build speedup