Home
last modified time | relevance | path

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

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go206SystemResourceInfo *SystemResourceInfo `protobuf:"bytes,25,opt,name=system_resource_info,json=syst… member
490 type SystemResourceInfo struct { struct
492 …,1,opt,name=total_physical_memory,json=totalPhysicalMemory" json:"total_physical_memory,omitempty"`
494 … `protobuf:"varint,2,opt,name=available_cpus,json=availableCpus" json:"available_cpus,omitempty"`
495 XXX_NoUnkeyedLiteral struct{} `json:"-"`
496 XXX_unrecognized []byte `json:"-"`
497 XXX_sizecache int32 `json:"-"`
500 func (m *SystemResourceInfo) Reset() { *m = SystemResourceInfo{} }
501 func (m *SystemResourceInfo) String() string { return proto.CompactTextString(m) }
502 func (*SystemResourceInfo) ProtoMessage() {}
[all …]
Dmetrics.proto121 message SystemResourceInfo { message
/build/soong/ui/metrics/
Dmetrics.go117 func (m *Metrics) SystemResourceInfo(b *soong_metrics_proto.SystemResourceInfo) { func