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

Struct StackSlot

internal/report/stacks.go:77–80  ·  view source on GitHub ↗

StackSlot identifies a particular StackSlot.

Source from the content-addressed store, hash-verified

75
76// StackSlot identifies a particular StackSlot.
77type StackSlot struct {
78 Stack int // Index in StackSet.Stacks
79 Pos int // Index in Stack.Sources
80}
81
82// Stacks returns a StackSet for the profile in rpt.
83func (rpt *Report) Stacks() StackSet {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected