Home
last modified time | relevance | path

Searched defs:SoongBuildMetrics (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go398SoongBuildMetrics *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 Dmetrics.proto335 message SoongBuildMetrics { message
/aosp_15_r20/build/soong/ui/build/
H A Dconfig.go1625 func (c *configImpl) SoongBuildMetrics() string { func