Documentation
¶
Index ¶
- func NewReloader(ctx context.Context, cb func())
- type GoroutineListView
- type GoroutineStackView
- type GoroutineStackViewParams
- type HomeView
- type HomeViewParams
- type ProcessDetailView
- type ProcessDetailViewParams
- type ProcessListView
- type ProcessListViewParams
- type ProfileView
- type ProfileViewParams
- type Widget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReloader ¶
Types ¶
type GoroutineListView ¶
func (*GoroutineListView) Apply ¶
func (g *GoroutineListView) Apply(callStacks []*common.CallStack)
type GoroutineStackView ¶
func (*GoroutineStackView) Dispose ¶
func (v *GoroutineStackView) Dispose()
type GoroutineStackViewParams ¶
type GoroutineStackViewParams struct { Application *tview.Application Process common.Process OnClose func() }
type HomeView ¶
func NewHomeView ¶
func NewHomeView(params HomeViewParams) HomeView
type HomeViewParams ¶
type HomeViewParams struct {
MainView Widget
}
type ProcessDetailView ¶
func NewProcessDetailView ¶
func NewProcessDetailView(params ProcessDetailViewParams) ProcessDetailView
type ProcessDetailViewParams ¶
type ProcessListView ¶
func NewProcessListView ¶
func NewProcessListView(params ProcessListViewParams) ProcessListView
func (ProcessListView) Dispose ¶
func (v ProcessListView) Dispose()
type ProcessListViewParams ¶
type ProcessListViewParams struct { Application *tview.Application OnSelect func(process common.Process) OnClose func() }
type ProfileView ¶
func NewProfileView ¶
func NewProfileView(params ProfileViewParams) ProfileView
func (ProfileView) Dispose ¶
func (v ProfileView) Dispose()
type ProfileViewParams ¶
type ProfileViewParams struct { Application *tview.Application Process common.Process Type string OnClose func() }
type Widget ¶
func NewGoroutineStackView ¶
func NewGoroutineStackView(params GoroutineStackViewParams) Widget
Click to show internal directories.
Click to hide internal directories.