Searched defs:SoongBuildMetrics (Results 1 – 3 of 3) sorted by relevance
| /build/soong/ui/metrics/metrics_proto/ |
| D | metrics.pb.go | 398 …SoongBuildMetrics *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 …]
|
| D | metrics.proto | 353 message SoongBuildMetrics { message
|
| /build/soong/ui/build/ |
| D | config.go | 1683 func (c *configImpl) SoongBuildMetrics() string { func
|