Searched defs:SoongBuildMetrics (Results 1 – 3 of 3) sorted by relevance
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 201 …SoongBuildMetrics *SoongBuildMetrics `protobuf:"bytes,22,opt,name=soong_build_metrics,json=soongBu… member 897 type SoongBuildMetrics struct { struct 899 Modules *uint32 `protobuf:"varint,1,opt,name=modules" json:"modules,omitempty"` 901 Variants *uint32 `protobuf:"varint,2,opt,name=variants" json:"variants,omitempty"` 903 …obuf:"varint,3,opt,name=total_alloc_count,json=totalAllocCount" json:"total_alloc_count,omitempty"` 905 …rotobuf:"varint,4,opt,name=total_alloc_size,json=totalAllocSize" json:"total_alloc_size,omitempty"` 907 …int64 `protobuf:"varint,5,opt,name=max_heap_size,json=maxHeapSize" json:"max_heap_size,omitempty"` 908 XXX_NoUnkeyedLiteral struct{} `json:"-"` 909 XXX_unrecognized []byte `json:"-"` 910 XXX_sizecache int32 `json:"-"` [all …]
|
D | metrics.proto | 212 message SoongBuildMetrics { message
|
/build/soong/ui/build/ |
D | soong.go | 334 func logSoongBuildMetrics(ctx Context, metrics *soong_metrics_proto.SoongBuildMetrics) {
|