Home
last modified time | relevance | path

Searched defs:webInterface (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dwebui.go39 type webInterface struct { struct
40 prof *profile.Profile
41 copier profileCopier
42 options *plugin.Options
43 help map[string]string
44 settingsFile string
263 func (ui *webInterface) makeReport(w http.ResponseWriter, req *http.Request,
298 func (ui *webInterface) render(w http.ResponseWriter, req *http.Request, tmpl string,
314 func (ui *webInterface) dot(w http.ResponseWriter, req *http.Request) {
366 func (ui *webInterface) top(w http.ResponseWriter, req *http.Request) {
[all …]