MCPcopy Create free account
hub / github.com/google/pprof / Stack

Struct Stack

internal/report/stacks.go:42–45  ·  view source on GitHub ↗

Stack holds a single stack instance.

Source from the content-addressed store, hash-verified

40
41// Stack holds a single stack instance.
42type Stack struct {
43 Value int64 // Total value for all samples of this stack.
44 Sources []int // Indices in StackSet.Sources (callers before callees).
45}
46
47// StackSource holds function/location info for a stack entry.
48type StackSource struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected