MCPcopy Create free account
hub / github.com/CPChain/chain / Exit

Function Exit

internal/debug/flags.go:120–123  ·  view source on GitHub ↗

Exit stops all running profiles, flushing their output to the respective file.

()

Source from the content-addressed store, hash-verified

118// Exit stops all running profiles, flushing their output to the
119// respective file.
120func Exit() {
121 Handler.StopCPUProfile()
122 Handler.StopGoTrace()
123}

Callers

nothing calls this directly

Calls 2

StopCPUProfileMethod · 0.45
StopGoTraceMethod · 0.45

Tested by

no test coverage detected