Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callgrindName (0.21 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/report/report.go

    			fmt.Fprintln(w)
    			fmt.Fprintln(w, "ob="+callgrindName(objfiles, n.Info.Objfile))
    			fmt.Fprintln(w, "fl="+callgrindName(files, n.Info.File))
    			fmt.Fprintln(w, "fn="+callgrindName(names, n.Info.Name))
    		}
    
    		addr := callgrindAddress(prevInfo, n.Info.Address)
    		sv, _ := measurement.Scale(n.FlatValue(), o.SampleUnit, o.OutputUnit)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
Back to top