Lines Matching defs:PerfInfo

885 type PerfInfo struct {  struct
886 state protoimpl.MessageState
887 sizeCache protoimpl.SizeCache
888 unknownFields protoimpl.UnknownFields
891 Description *string `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
893 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
896 …rtTime *uint64 `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
899 RealTime *uint64 `protobuf:"varint,4,opt,name=real_time,json=realTime" json:"real_time,omitempty"`
903 …oryUse *uint64 `protobuf:"varint,5,opt,name=memory_use,json=memoryUse" json:"memory_use,omitempty"`
905 …,name=processes_resource_info,json=processesResourceInfo" json:"processes_resource_info,omitempty"`
908 … *bool `protobuf:"varint,7,opt,name=non_zero_exit,json=nonZeroExit" json:"non_zero_exit,omitempty"`
910 …string `protobuf:"bytes,8,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
913 func (x *PerfInfo) Reset() {
922 func (x *PerfInfo) String() string {
926 func (*PerfInfo) ProtoMessage() {}
928 func (x *PerfInfo) ProtoReflect() protoreflect.Message {
941 func (*PerfInfo) Descriptor() ([]byte, []int) {
945 func (x *PerfInfo) GetDescription() string {
952 func (x *PerfInfo) GetName() string {
959 func (x *PerfInfo) GetStartTime() uint64 {
966 func (x *PerfInfo) GetRealTime() uint64 {
974 func (x *PerfInfo) GetMemoryUse() uint64 {
981 func (x *PerfInfo) GetProcessesResourceInfo() []*ProcessResourceInfo {
988 func (x *PerfInfo) GetNonZeroExit() bool {
995 func (x *PerfInfo) GetErrorMessage() string {