Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Ddotgraph.go34 type DotNodeAttributes struct { struct
35 Shape string // The optional shape of the node when rendered visually
36 Bold bool // If the node should be bold or not
37 Peripheries int // An optional number of borders to place around a node
38 URL string // An optional url link to add to a node
39 Formatter func(*NodeInfo) string // An optional formatter for the node's label