MCPcopy Create free account
hub / github.com/google/pprof / Options

Struct Options

driver/driver.go:69–78  ·  view source on GitHub ↗

Options groups all the optional plugins into pprof.

Source from the content-addressed store, hash-verified

67
68// Options groups all the optional plugins into pprof.
69type Options struct {
70 Writer Writer
71 Flagset FlagSet
72 Fetch Fetcher
73 Sym Symbolizer
74 Obj ObjTool
75 UI UI
76 HTTPServer func(*HTTPServerArgs) error
77 HTTPTransport http.RoundTripper
78}
79
80// Writer provides a mechanism to write data under a certain name,
81// typically a filename.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected