Lines Matching defs:PerfInfo
455 type PerfInfo struct { struct
457 Desc *string `protobuf:"bytes,1,opt,name=desc" json:"desc,omitempty"`
459 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
462 …rtTime *uint64 `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
465 RealTime *uint64 `protobuf:"varint,4,opt,name=real_time,json=realTime" json:"real_time,omitempty"`
467 … *uint64 `protobuf:"varint,5,opt,name=memory_use,json=memoryUse" json:"memory_use,omitempty"`
468 XXX_NoUnkeyedLiteral struct{} `json:"-"`
469 XXX_unrecognized []byte `json:"-"`
470 XXX_sizecache int32 `json:"-"`
473 func (m *PerfInfo) Reset() { *m = PerfInfo{} }
474 func (m *PerfInfo) String() string { return proto.CompactTextString(m) }
475 func (*PerfInfo) ProtoMessage() {}
476 func (*PerfInfo) Descriptor() ([]byte, []int) {
480 func (m *PerfInfo) XXX_Unmarshal(b []byte) error {
483 func (m *PerfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
486 func (m *PerfInfo) XXX_Merge(src proto.Message) {
489 func (m *PerfInfo) XXX_Size() int {
492 func (m *PerfInfo) XXX_DiscardUnknown() {
498 func (m *PerfInfo) GetDesc() string {
505 func (m *PerfInfo) GetName() string {
512 func (m *PerfInfo) GetStartTime() uint64 {
519 func (m *PerfInfo) GetRealTime() uint64 {
526 func (m *PerfInfo) GetMemoryUse() uint64 {