MCPcopy
hub / github.com/dgraph-io/dgraph / Stopper

Interface Stopper

x/profile.go:18–20  ·  view source on GitHub ↗

Stopper is an interface tasked with stopping the profiling process.

Source from the content-addressed store, hash-verified

16
17// Stopper is an interface tasked with stopping the profiling process.
18type Stopper interface {
19 Stop()
20}
21
22// StartProfile starts a new mode for profiling.
23func StartProfile(conf *viper.Viper) Stopper {

Callers 8

RunMethod · 0.65
initFunction · 0.65
serveGRPCMethod · 0.65
runFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65

Implementers 3

noOpStopperx/profile.go
LocalClusterdgraphtest/local_cluster.go
offsetTimergraphql/schema/response.go

Calls

no outgoing calls

Tested by

no test coverage detected