Searched defs:SystemResourceInfo (Results 1 – 3 of 3) sorted by relevance
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 331 …SystemResourceInfo *SystemResourceInfo `protobuf:"bytes,25,opt,name=system_resource_info,json=syst… member 668 type SystemResourceInfo struct { struct 669 state protoimpl.MessageState 670 sizeCache protoimpl.SizeCache 671 unknownFields protoimpl.UnknownFields 674 …,1,opt,name=total_physical_memory,json=totalPhysicalMemory" json:"total_physical_memory,omitempty"` 676 …32 `protobuf:"varint,2,opt,name=available_cpus,json=availableCpus" json:"available_cpus,omitempty"` 679 func (x *SystemResourceInfo) Reset() { 688 func (x *SystemResourceInfo) String() string { 692 func (*SystemResourceInfo) ProtoMessage() {} [all …]
|
D | metrics.proto | 135 message SystemResourceInfo { message
|
/build/soong/ui/metrics/ |
D | metrics.go | 135 func (m *Metrics) SystemResourceInfo(b *soong_metrics_proto.SystemResourceInfo) { func
|