Home
last modified time | relevance | path

Searched defs:MetricsBase (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go158 type MetricsBase struct { struct
162 BuildId *string `protobuf:"bytes,2,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
180 HostOs *string `protobuf:"bytes,11,opt,name=host_os,json=hostOs" json:"host_os,omitempty"`
190 OutDir *string `protobuf:"bytes,16,opt,name=out_dir,json=outDir" json:"out_dir,omitempty"`
194 …iRuns []*PerfInfo `protobuf:"bytes,18,rep,name=kati_runs,json=katiRuns" json:"kati_runs,omitempty"`
196 …ns []*PerfInfo `protobuf:"bytes,19,rep,name=soong_runs,json=soongRuns" json:"soong_runs,omitempty"`
200 Total *PerfInfo `protobuf:"bytes,21,opt,name=total" json:"total,omitempty"`
204 Hostname *string `protobuf:"bytes,24,opt,name=hostname" json:"hostname,omitempty"`
211 XXX_NoUnkeyedLiteral struct{} `json:"-"`
212 XXX_unrecognized []byte `json:"-"`
[all …]
H A Dmetrics.proto20 message MetricsBase { message