runtime/pprof.runtimeProfile.stk (field)
3 uses
runtime/pprof (current package)
pprof.go#L736: stk []runtime.StackRecord
pprof.go#L740: func (p *runtimeProfile) Len() int { return len(p.stk) }
pprof.go#L741: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack() }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)