Searched defs:SoongBuildMetrics (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 398 …SoongBuildMetrics *SoongBuildMetrics `protobuf:"bytes,22,opt,name=soong_build_metrics,json=soongBu… member 1646 type SoongBuildMetrics struct { struct 1647 state protoimpl.MessageState 1648 sizeCache protoimpl.SizeCache 1649 unknownFields protoimpl.UnknownFields 1652 Modules *uint32 `protobuf:"varint,1,opt,name=modules" json:"modules,omitempty"` 1654 Variants *uint32 `protobuf:"varint,2,opt,name=variants" json:"variants,omitempty"` 1656 …obuf:"varint,3,opt,name=total_alloc_count,json=totalAllocCount" json:"total_alloc_count,omitempty"` 1658 …rotobuf:"varint,4,opt,name=total_alloc_size,json=totalAllocSize" json:"total_alloc_size,omitempty"` 1660 …uint64 `protobuf:"varint,5,opt,name=max_heap_size,json=maxHeapSize" json:"max_heap_size,omitempty"` [all …]
|
H A D | metrics.proto | 335 message SoongBuildMetrics { message
|
/aosp_15_r20/build/soong/ui/build/ |
H A D | config.go | 1625 func (c *configImpl) SoongBuildMetrics() string { func
|