Lines Matching defs:PerfCounters
1255 type PerfCounters struct { struct
1256 state protoimpl.MessageState
1257 sizeCache protoimpl.SizeCache
1258 unknownFields protoimpl.UnknownFields
1261 Time *uint64 `protobuf:"varint,1,opt,name=time" json:"time,omitempty"`
1263 Groups []*PerfCounterGroup `protobuf:"bytes,2,rep,name=groups" json:"groups,omitempty"`
1266 func (x *PerfCounters) Reset() {
1275 func (x *PerfCounters) String() string {
1279 func (*PerfCounters) ProtoMessage() {}
1281 func (x *PerfCounters) ProtoReflect() protoreflect.Message {
1294 func (*PerfCounters) Descriptor() ([]byte, []int) {
1298 func (x *PerfCounters) GetTime() uint64 {
1305 func (x *PerfCounters) GetGroups() []*PerfCounterGroup {
1751 …PerfCounters []*PerfCounters `protobuf:"bytes,8,rep,name=perf_counters,json=perfCounters" json:"pe… member