Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printProto (0.1 sec)

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

    	case Raw, List, WebList, Dis, Callgrind:
    		gopt.ObjNames = true
    	}
    
    	return graph.New(rpt.prof, gopt)
    }
    
    // printProto writes the incoming proto via the writer w.
    // If the divide_by option has been specified, samples are scaled appropriately.
    func printProto(w io.Writer, rpt *Report) error {
    	p, o := rpt.prof, rpt.options
    
    	// Apply the sample ratio to all samples before saving the profile.
    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