Searched defs:SystemCpuInfo (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 912 type SystemCpuInfo struct { struct 913 state protoimpl.MessageState 914 sizeCache protoimpl.SizeCache 915 unknownFields protoimpl.UnknownFields 918 VendorId *string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId" json:"vendor_id,omitempty"` 920 …delName *string `protobuf:"bytes,2,opt,name=model_name,json=modelName" json:"model_name,omitempty"` 922 CpuCores *int32 `protobuf:"varint,3,opt,name=cpu_cores,json=cpuCores" json:"cpu_cores,omitempty"` 924 Flags *string `protobuf:"bytes,4,opt,name=flags" json:"flags,omitempty"` 927 func (x *SystemCpuInfo) Reset() { 936 func (x *SystemCpuInfo) String() string { [all …]
|
H A D | metrics.proto | 196 message SystemCpuInfo { message
|