541 B
541 B
How to Use
The most basic invocation, e.g. incremental_build.sh -- libc, is logically
equivalent to
- running
m --skip-soong-tests libcand then - parsing
$OUTDIR/soong_metricsand$OUTDIR/bp2build_metrics.pbfiles - Adding timing-related metrics from those files
into
out/timing_logs/metrics.csv - repeat 1-3 for each CUJ
CUJs are defined in cuj_catalog.py
Each row in metrics.csv has the timings of various "phases" of a build.
Try incremental_build.sh --help and canoncial_perf.sh --help for help on
usage.