Home
last modified time | relevance | path

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

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go1255 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 {
[all …]
Dmetrics.proto268 message PerfCounters { message