Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/metrics/
H A Dmetrics.go117 func (m *Metrics) SystemResourceInfo(b *soong_metrics_proto.SystemResourceInfo) { func
/aosp12/build/soong/ui/metrics/metrics_proto/
H A 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:"-"`
H A Dmetrics.proto121 message SystemResourceInfo { message