Searched defs:SystemCpuInfo (Results 1 – 2 of 2) sorted by relevance
| /build/soong/ui/metrics/metrics_proto/ |
| D | metrics.pb.go | 997 type SystemCpuInfo struct { struct 998 state protoimpl.MessageState 999 sizeCache protoimpl.SizeCache 1000 unknownFields protoimpl.UnknownFields 1003 VendorId *string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId" json:"vendor_id,omitempty"` 1005 …delName *string `protobuf:"bytes,2,opt,name=model_name,json=modelName" json:"model_name,omitempty"` 1007 CpuCores *int32 `protobuf:"varint,3,opt,name=cpu_cores,json=cpuCores" json:"cpu_cores,omitempty"` 1009 Flags *string `protobuf:"bytes,4,opt,name=flags" json:"flags,omitempty"` 1012 func (x *SystemCpuInfo) Reset() { 1021 func (x *SystemCpuInfo) String() string { [all …]
|
| D | metrics.proto | 214 message SystemCpuInfo { message
|