MCPcopy Create free account
hub / github.com/efficientgo/e2e / ProfiledRunnable

Struct ProfiledRunnable

profiling/profiled.go:24–30  ·  view source on GitHub ↗

ProfiledRunnable represents runnable with pprof HTTP handlers exposed.

Source from the content-addressed store, hash-verified

22
23// ProfiledRunnable represents runnable with pprof HTTP handlers exposed.
24type ProfiledRunnable struct {
25 e2e.Runnable
26
27 pprofPort string
28 scheme string
29 config *parcaconfig.ProfilingConfig
30}
31
32type rOpt struct {
33 config *parcaconfig.ProfilingConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected