Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectMappingSources (0.27 sec)

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

    	if src != "" {
    		msrc = collectMappingSources(p, src)
    		remote = true
    		if strings.HasPrefix(src, "http://"+testSourceAddress) {
    			// Treat test inputs as local to avoid saving
    			// testcase profiles during driver testing.
    			remote = false
    		}
    	}
    	return
    }
    
    // collectMappingSources saves the mapping sources of a profile.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top