Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go1227 type PerfCounterGroup struct { struct
1228 state protoimpl.MessageState
1229 sizeCache protoimpl.SizeCache
1230 unknownFields protoimpl.UnknownFields
1233 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1235 Counters []*PerfCounter `protobuf:"bytes,2,rep,name=counters" json:"counters,omitempty"`
1238 func (x *PerfCounterGroup) Reset() {
1247 func (x *PerfCounterGroup) String() string {
1251 func (*PerfCounterGroup) ProtoMessage() {}
1253 func (x *PerfCounterGroup) ProtoReflect() protoreflect.Message {
[all …]
H A Dmetrics.proto258 message PerfCounterGroup { message