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

Function abs64

internal/graph/graph.go:1182–1187  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

1180}
1181
1182func abs64(i int64) int64 {
1183 if i < 0 {
1184 return -i
1185 }
1186 return i
1187}

Callers 10

ComposeDotFunction · 0.70
addNodeMethod · 0.70
addEdgeMethod · 0.70
LessMethod · 0.70
getNodesAboveCumCutoffFunction · 0.70
trimLowFreqTagsFunction · 0.70
TrimLowFrequencyEdgesMethod · 0.70
SortMethod · 0.70
edgeEntropyScoreFunction · 0.70
LessMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…