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

Struct NodeInfo

internal/graph/graph.go:151–159  ·  view source on GitHub ↗

NodeInfo contains the attributes for a node.

Source from the content-addressed store, hash-verified

149
150// NodeInfo contains the attributes for a node.
151type NodeInfo struct {
152 Name string
153 OrigName string
154 Address uint64
155 File string
156 StartLine, Lineno int
157 Columnno int
158 Objfile string
159}
160
161// PrintableName calls the Node's Formatter function with a single space separator.
162func (i *NodeInfo) PrintableName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected