MCPcopy
hub / github.com/deepflowio/deepflow / ContinuousProfiler

Struct ContinuousProfiler

server/cmd/server/config.go:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type ContinuousProfiler struct {
86 cfg *ContinuousProfile
87 profiler *pyroscope.Profiler
88 running bool
89
90 profileTypes []string
91 serverAddress string
92}
93
94func NewContinuousProfiler(config *ContinuousProfile) *ContinuousProfiler {
95 p := &ContinuousProfiler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected