Lines Matching defs:PerfInfo
391 type PerfInfo struct { struct
393 Desc *string `protobuf:"bytes,1,opt,name=desc" json:"desc,omitempty"`
395 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
398 …rtTime *uint64 `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
401 RealTime *uint64 `protobuf:"varint,4,opt,name=real_time,json=realTime" json:"real_time,omitempty"`
403 … *uint64 `protobuf:"varint,5,opt,name=memory_use,json=memoryUse" json:"memory_use,omitempty"`
404 XXX_NoUnkeyedLiteral struct{} `json:"-"`
405 XXX_unrecognized []byte `json:"-"`
406 XXX_sizecache int32 `json:"-"`
409 func (m *PerfInfo) Reset() { *m = PerfInfo{} }
410 func (m *PerfInfo) String() string { return proto.CompactTextString(m) }
411 func (*PerfInfo) ProtoMessage() {}
412 func (*PerfInfo) Descriptor() ([]byte, []int) {
416 func (m *PerfInfo) XXX_Unmarshal(b []byte) error {
419 func (m *PerfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
422 func (m *PerfInfo) XXX_Merge(src proto.Message) {
425 func (m *PerfInfo) XXX_Size() int {
428 func (m *PerfInfo) XXX_DiscardUnknown() {
434 func (m *PerfInfo) GetDesc() string {
441 func (m *PerfInfo) GetName() string {
448 func (m *PerfInfo) GetStartTime() uint64 {
455 func (m *PerfInfo) GetRealTime() uint64 {
462 func (m *PerfInfo) GetMemoryUse() uint64 {