Searched defs:PerfCounterGroup (Results 1 – 2 of 2) sorted by relevance
1227 type PerfCounterGroup struct { struct1228 state protoimpl.MessageState1229 sizeCache protoimpl.SizeCache1230 unknownFields protoimpl.UnknownFields1233 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 …]
258 message PerfCounterGroup { message