Searched defs:PerfCounterGroup (Results 1 – 2 of 2) sorted by relevance
1059 type PerfCounterGroup struct { struct1060 state protoimpl.MessageState1061 sizeCache protoimpl.SizeCache1062 unknownFields protoimpl.UnknownFields1065 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`1067 Counters []*PerfCounter `protobuf:"bytes,2,rep,name=counters" json:"counters,omitempty"`1070 func (x *PerfCounterGroup) Reset() {1079 func (x *PerfCounterGroup) String() string {1083 func (*PerfCounterGroup) ProtoMessage() {}1085 func (x *PerfCounterGroup) ProtoReflect() protoreflect.Message {[all …]
224 message PerfCounterGroup { message