Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for perf_to_profile (0.35 sec)

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

    		return false
    	}
    	return bytes.Equal(actualHeader, perfHeader)
    }
    
    // convertPerfData converts the file at path which should be in perf.data format
    // using the perf_to_profile tool and returns the file containing the
    // profile.proto formatted data.
    func convertPerfData(perfPath string, ui plugin.UI) (*os.File, error) {
    	ui.Print(fmt.Sprintf(
    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