Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Dpprof.go22 type ProfileFunc func(r *http.Request) ([]ProfileRecord, error) type
25 func SVGProfileHandlerFunc(f ProfileFunc) http.HandlerFunc {