Home
last modified time | relevance | path

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

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go398SoongBuildMetrics *SoongBuildMetrics `protobuf:"bytes,22,opt,name=soong_build_metrics,json=soongBu… member
1731 type SoongBuildMetrics struct { struct
1732 state protoimpl.MessageState
1733 sizeCache protoimpl.SizeCache
1734 unknownFields protoimpl.UnknownFields
1737 Modules *uint32 `protobuf:"varint,1,opt,name=modules" json:"modules,omitempty"`
1739 Variants *uint32 `protobuf:"varint,2,opt,name=variants" json:"variants,omitempty"`
1741 …obuf:"varint,3,opt,name=total_alloc_count,json=totalAllocCount" json:"total_alloc_count,omitempty"`
1743 …rotobuf:"varint,4,opt,name=total_alloc_size,json=totalAllocSize" json:"total_alloc_size,omitempty"`
1745 …uint64 `protobuf:"varint,5,opt,name=max_heap_size,json=maxHeapSize" json:"max_heap_size,omitempty"`
[all …]
Dmetrics.proto353 message SoongBuildMetrics { message
/build/soong/ui/build/
Dconfig.go1683 func (c *configImpl) SoongBuildMetrics() string { func