Documentation ¶ Index ¶ Constants Variables type Term func NewTerm(p *proc.Process, interval int, nonblocking bool, pcType string) *Term func (t *Term) Display() error func (t *Term) Refresh() error func (t *Term) RefreshSummary() (*proc.PSummary, error) func (t *Term) RefreshTop(gs []*proc.G) error Constants ¶ View Source const ( SUMMARY_HEIGHT = 7 TOP_HEIGHT = 50 ) Variables ¶ View Source var TOP_HEADER = []string{"GCount", "Func"} Functions ¶ This section is empty. Types ¶ type Term ¶ type Term struct { // contains filtered or unexported fields } func NewTerm ¶ func NewTerm(p *proc.Process, interval int, nonblocking bool, pcType string) *Term func (*Term) Display ¶ func (t *Term) Display() error func (*Term) Refresh ¶ func (t *Term) Refresh() error func (*Term) RefreshSummary ¶ func (t *Term) RefreshSummary() (*proc.PSummary, error) func (*Term) RefreshTop ¶ func (t *Term) RefreshTop(gs []*proc.G) error Source Files ¶ View all Source files term.go Click to show internal directories. Click to hide internal directories.