Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1182
func
abs64(i int64) int64 {
1183
if
i < 0 {
1184
return
-i
1185
}
1186
return
i
1187
}
Callers
10
ComposeDot
Function · 0.70
addNode
Method · 0.70
addEdge
Method · 0.70
Less
Method · 0.70
getNodesAboveCumCutoff
Function · 0.70
trimLowFreqTags
Function · 0.70
TrimLowFrequencyEdges
Method · 0.70
Sort
Method · 0.70
edgeEntropyScore
Function · 0.70
Less
Method · 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…