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

Method Less

internal/report/report.go:587–587  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

585
586func (o orderSyms) Len() int { return len(o.v) }
587func (o orderSyms) Less(i, j int) bool { return o.less(o.v[i], o.v[j]) }
588func (o orderSyms) Swap(i, j int) { o.v[i], o.v[j] = o.v[j], o.v[i] }
589
590// nodesPerSymbol classifies nodes into a group of symbols.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected