go/src/internal/trace/traceviewer/pprof.go

type ProfileFunc

// SVGProfileHandlerFunc serves pprof-like profile generated by prof as svg.
func SVGProfileHandlerFunc(f ProfileFunc) http.HandlerFunc {}

type ProfileRecord

func BuildProfile(prof []ProfileRecord) *profile.Profile {}

func goCmd() string {}