Lines Matching defs:PerfInfo
539 type PerfInfo struct { struct
541 Desc *string `protobuf:"bytes,1,opt,name=desc" json:"desc,omitempty"`
543 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
546 …rtTime *uint64 `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
549 RealTime *uint64 `protobuf:"varint,4,opt,name=real_time,json=realTime" json:"real_time,omitempty"`
551 …arint,5,opt,name=memory_use,json=memoryUse" json:"memory_use,omitempty"` // Deprecated: Do not use.
553 …,name=processes_resource_info,json=processesResourceInfo" json:"processes_resource_info,omitempty"`
554 XXX_NoUnkeyedLiteral struct{} `json:"-"`
555 XXX_unrecognized []byte `json:"-"`
556 XXX_sizecache int32 `json:"-"`
559 func (m *PerfInfo) Reset() { *m = PerfInfo{} }
560 func (m *PerfInfo) String() string { return proto.CompactTextString(m) }
561 func (*PerfInfo) ProtoMessage() {}
562 func (*PerfInfo) Descriptor() ([]byte, []int) {
566 func (m *PerfInfo) XXX_Unmarshal(b []byte) error {
569 func (m *PerfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
572 func (m *PerfInfo) XXX_Merge(src proto.Message) {
575 func (m *PerfInfo) XXX_Size() int {
578 func (m *PerfInfo) XXX_DiscardUnknown() {
584 func (m *PerfInfo) GetDesc() string {
591 func (m *PerfInfo) GetName() string {
598 func (m *PerfInfo) GetStartTime() uint64 {
605 func (m *PerfInfo) GetRealTime() uint64 {
613 func (m *PerfInfo) GetMemoryUse() uint64 {
620 func (m *PerfInfo) GetProcessesResourceInfo() []*ProcessResourceInfo {