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

Method nodes

internal/graph/graph.go:587–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585}
586
587func (nm NodeMap) nodes() Nodes {
588 nodes := make(Nodes, 0, len(nm))
589 for _, n := range nm {
590 nodes = append(nodes, n)
591 }
592 return nodes
593}
594
595func (nm NodeMap) findOrInsertLine(l *profile.Location, li profile.Line, o *Options) *Node {
596 var objfile string

Callers 2

newTreeFunction · 0.80
CreateNodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected