You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.