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

TypeAlias NodeMap

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

NodeMap maps from a node info struct to a node. It is used to merge report entries with the same info.

Source from the content-addressed store, hash-verified

214// NodeMap maps from a node info struct to a node. It is used to merge
215// report entries with the same info.
216type NodeMap map[NodeInfo]*Node
217
218// NodeSet is a collection of node info structs.
219type NodeSet map[NodeInfo]bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected