Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Ddotgraph.go29 type DotAttributes struct { struct
30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option
57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {