Documentation
¶
Index ¶
Constants ¶
View Source
const PluginKind = "FlameChart"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
PluginSpec `json:",inline" yaml:",inline"`
}
type Option ¶
func DefinePalette ¶
func ShowFlameGraph ¶
func ShowFlameGraph() Option
func ShowSeries ¶
func ShowSeries() Option
func ShowSettings ¶
func ShowSettings() Option
type PluginSpec ¶
type PluginSpec struct {
ShowSettings bool `json:"showSettings" yaml:"showSettings"`
ShowSeries bool `json:"showSeries" yaml:"showSeries"`
ShowTable bool `json:"showTable" yaml:"showTable"`
ShowFlameGraph bool `json:"showFlameGraph" yaml:"showFlameGraph"`
Palette Palette `json:"palette" yaml:"palette"`
}
Click to show internal directories.
Click to hide internal directories.