Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type GoRoutine ¶
type GoRoutines ¶
type GoRoutines []*GoRoutine
func (GoRoutines) ByAgeGroups ¶
func (grs GoRoutines) ByAgeGroups() []GoRoutines
func (GoRoutines) ByAgeNum ¶
func (grs GoRoutines) ByAgeNum() GoRoutines
func (GoRoutines) ByNum ¶
func (grs GoRoutines) ByNum() GoRoutines
func (GoRoutines) ByReturnAddress ¶
func (grs GoRoutines) ByReturnAddress() []GoRoutines
func (GoRoutines) ByStatus ¶
func (grs GoRoutines) ByStatus() map[string]GoRoutines
type StackTrace ¶
type StackTrace struct { GoRoutines GoRoutines // contains filtered or unexported fields }
func NewStackTrace ¶
func NewStackTrace(fileName string, filters, excludes []string) (*StackTrace, error)
type Timeline ¶
func NewTimeline ¶
func NewTimeline(st *StackTrace, groupBy GroupBy, pkg string, drawDetails func(*GoRoutine)) *Timeline
func (*Timeline) InputHandler ¶
func (*Timeline) MouseHandler ¶
Click to show internal directories.
Click to hide internal directories.