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

TypeAlias Nodes

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

Nodes is an ordered collection of graph nodes.

Source from the content-addressed store, hash-verified

67
68// Nodes is an ordered collection of graph nodes.
69type Nodes []*Node
70
71// Node is an entry on a profiling report. It represents a unique
72// program location.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected