Home
last modified time | relevance | path

Searched defs:DotConfig (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Ddotgraph.go44 type DotConfig struct { struct
45 Title string // The title of the DOT graph
46 LegendURL string // The URL to link to from the legend.
47 Labels []string // The labels for the DOT's legend
49 FormatValue func(int64) string // A formatting function for values
50 Total int64 // The total weight of the graph, used to compute percentages
57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {