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

TypeAlias HTTPServerArgs

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

HTTPServerArgs contains arguments needed by an HTTP server that is exporting a pprof web interface.

Source from the content-addressed store, hash-verified

64// HTTPServerArgs contains arguments needed by an HTTP server that
65// is exporting a pprof web interface.
66type HTTPServerArgs plugin.HTTPServerArgs
67
68// Options groups all the optional plugins into pprof.
69type Options struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected