Searched defs:NamedCallEdge (Results 1 – 2 of 2) sorted by relevance
24 type NamedCallEdge struct { struct25 CallerName string26 CalleeName string27 CallSiteOffset int // Line offset from function start line.
105 func sortByWeight(edges []NamedCallEdge, weight map[NamedCallEdge]int64) {