Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoroutineLeaksFromFile ¶
Types ¶
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
func Start ¶
Start starts a trace for inspection.
NOTE: Start must only be called once per executable
func (*Trace) GoroutineLeaks ¶
GoroutineLeaks returns all go routines that were created but did not terminate during the trace period. GoroutineLeaks calls Stop()
Click to show internal directories.
Click to hide internal directories.