Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Grid *ui.Grid HeapObjectsSparkline *widgets.Sparkline HeapObjectsSparklineGroup *widgets.SparklineGroup HeapObjectsData *statRing SysText *widgets.Paragraph // OK GCCPUFraction *widgets.Gauge // TODO crashes the whole application! HeapAllocBarChart *widgets.BarChart HeapAllocBarChartData *statRing HeapPie *widgets.PieChart // OK }
func NewController ¶
func NewController() *Controller
func (*Controller) Render ¶
func (c *Controller) Render(data *runtime.MemStats)
func (*Controller) Resize ¶
func (c *Controller) Resize()
type ControllerInterface ¶
Click to show internal directories.
Click to hide internal directories.