type Dump … type Goroutine … type Stack … type Frame … type Function … type Position … type Summary … type Call … type Group … type Delta … func (s Stack) equal(other Stack) bool { … } func (s Stack) less(other Stack) bool { … } func (f Frame) equal(other Frame) bool { … } func (f Frame) less(other Frame) bool { … } func (p Position) equal(other Position) bool { … } func (p Position) less(other Position) bool { … } func (s Summary) Format(w fmt.State, r rune) { … } func (c Call) Format(w fmt.State, r rune) { … } func (g Group) Format(w fmt.State, r rune) { … } func (f Frame) Format(w fmt.State, c rune) { … } func (f Function) Format(w fmt.State, c rune) { … } func (p Position) Format(w fmt.State, c rune) { … }