Home
last modified time | relevance | path

Searched defs:runtimeProfile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof.go804 type runtimeProfile struct { struct
805 stk []profilerecord.StackRecord
806 labels []unsafe.Pointer
809 func (p *runtimeProfile) Len() int { return len(p.stk) }
810 func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack }
811 func (p *runtimeProfile) Label(i int) *labelMap { return (*labelMap)(p.labels[i]) }