Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WeightValue (0.26 sec)

  1. src/cmd/internal/pgo/pprof.go

    			CallerName:     canonicalName,
    			CallSiteOffset: n.Info.Lineno - n.Info.StartLine,
    		}
    
    		for _, e := range n.Out {
    			totalWeight += e.WeightValue()
    			namedEdge.CalleeName = e.Dest.Info.Name
    			// Create new entry or increment existing entry.
    			weight[namedEdge] += e.WeightValue()
    		}
    	}
    
    	if !seenStartLine {
    		// TODO(prattmic): If Function.start_line is missing we could
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:20:01 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top