Documentation ¶ Index ¶ func Generate(w io.Writer, p plan.Plan) error type Flame Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Generate ¶ func Generate(w io.Writer, p plan.Plan) error Types ¶ type Flame ¶ type Flame struct { Name string `json:"name"` Value float64 `json:"value"` Time float64 `json:"time"` Detail string `json:"detail"` Color string `json:"color"` InitPlan bool `json:"init_plan"` Children []Flame `json:"children"` } Source Files ¶ View all Source files html.go template.go Click to show internal directories. Click to hide internal directories.