Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reportLabels (0.11 sec)

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

    		}
    		label = append(label, fmt.Sprintf("Duration: %s, Total samples = %s %s", duration, rpt.formatValue(rpt.total), ratio))
    	}
    	return label
    }
    
    // reportLabels returns printable labels for a report. Includes
    // profileLabels.
    func reportLabels(rpt *Report, g *graph.Graph, origCount, droppedNodes, droppedEdges int, fullHeaders bool) []string {
    	nodeFraction := rpt.options.NodeFraction
    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