Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileHasSamplesAndMatched (0.37 sec)

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

    	// fileHasSamplesAndMatched is for optimization to speed up pprof: when later
    	// walking through the profile mappings, it will only examine the ones that have
    	// samples and are matched to the regexp.
    	fileHasSamplesAndMatched := make(map[string]bool)
    	for _, n := range g.Nodes {
    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