platform_build_soong/cmd/soong_build
Chris Parsons 715b08fd82 Add metrics collection to soong_build
Metrics are added to a materialized protobuf soong_build_metrics.pb

Recorded events have scoped names and recorded runtimes.
For example, mixedbuilds includes the following events:

mixedbuilds.prepare
mixedbuilds.analyze.write_files
mixedbuild     (this is a total of all mixedbuild events)

Test: Manually verified materialized protos for mixedbuild, bp2build,
and legacy build.

Change-Id: I2e72d4502c0373bee0279bb1320b2e4dd586129c
2022-03-25 17:19:44 -04:00
..
Android.bp Disable protobuf deterministic randomness in soong_build 2021-09-22 15:07:53 -07:00
main.go Add metrics collection to soong_build 2022-03-25 17:19:44 -04:00
queryview.go Expand handling of unconverted deps in bp2build 2021-09-14 19:55:55 +00:00
writedocs.go Add Property.Type to bpdocs template 2021-09-12 18:40:37 +00:00