MCPcopy Create free account
hub / github.com/google/pprof / DotAttributes

Struct DotAttributes

internal/graph/dotgraph.go:29–31  ·  view source on GitHub ↗

DotAttributes contains details about the graph itself, giving insight into how its elements should be rendered.

Source from the content-addressed store, hash-verified

27// DotAttributes contains details about the graph itself, giving
28// insight into how its elements should be rendered.
29type DotAttributes struct {
30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option
31}
32
33// DotNodeAttributes contains Node specific visualization options.
34type DotNodeAttributes struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected