Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllPassFilter ¶
AllPassFilter returns true for all provided strings
func NewGoCounter ¶
NewGoCounter returns an instance of the go counter
func TestsRelevantGoRoutines ¶
TestsRelevantGoRoutines returns false for the goroutines that contains ignorable strings
Types ¶
type RoutineInfo ¶
type RoutineInfo struct {
// contains filtered or unexported fields
}
RoutineInfo holds the relevant information about a go routine
func NewGoRoutine ¶
func NewGoRoutine(data string) (*RoutineInfo, error)
NewGoRoutine parses the input data and returns a new instance. Errors if the input data is in a wrong format
func (*RoutineInfo) String ¶
func (ri *RoutineInfo) String() string
String returns the complete string of the go routine
Click to show internal directories.
Click to hide internal directories.