Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SuggestedIgnore = []string{
"signal.init.0",
"trace.Start",
"stacklog.Start",
}
SuggestedIgnore are goroutines that we recommend ignoring
Functions ¶
Types ¶
type GoroutineTimeline ¶
type StackSample ¶
type Timeline ¶
type Timeline struct {
Start time.Time
End time.Time
SampleSize int
Goroutines map[int]*GoroutineTimeline
}
func CreateTimeline ¶
func CreateTimeline(samples []*StackSample, ignoreCreators []string) *Timeline
CreateTimeline creates a timeline from stack samples
Click to show internal directories.
Click to hide internal directories.