Versions in this module Expand all Collapse all v0 v0.0.2 Aug 25, 2025 v0.0.1 Aug 12, 2025 Changes in this version + func FormatStackWithNumbers(stack []string) string + type Direction int + const DirectionBottomUp + const DirectionTopDown + type FlameView struct + func NewFlamegraphView() *FlameView + func (f *FlameView) BuildFromRows(rows *sql.Rows) error + func (f *FlameView) Draw(screen tcell.Screen) + func (f *FlameView) GetTotalCount() int + func (f *FlameView) SetData(data string) + func (f *FlameView) SetDirection(d Direction) + func (f *FlameView) SetFrameHandler(handler FrameHandler) + func (f *FlameView) SetPageSwitcher(switcher PageSwitcherFunc) + func (f *FlameView) SetSourcePage(sourcePage string) + type FocusedFrame struct + type Frame struct + Children []*Frame + Count int + Name string + Parent *Frame + func (f *Frame) AddStack(stack []string, count int) + type FrameHandler func(stack []string, count int, selectedLevel int) + type PageSwitcherFunc func(targetPage string)