package
1.1.2
Repository: https://github.com/google/slowjam.git
Documentation: pkg.go.dev

# Functions

CreateTimeline creates a timeline from stack samples.
InternalCall returns true if the call is internal to the Go runtime.
PkgDotName returns a package-qualified function name.
Read parses a stack log input.
SameArgs returns true only if both stack arguments are exactly equal.
SimplifyTimeline flattens overlapping layers from call-stacks in a timeline.

# Variables

SuggestedIgnore are goroutines that we recommend ignoring.

# Structs

Call is an individual function call seen within a layer.
GoroutineTimeline represents a time series for an individual goroutine.
Layer is a layer in a call stack.
StackSample represents a single Go stack at a point in time.
Timeline represents a time series of Goroutine stacks.