Searched defs:runtimeProfile (Results 1 – 1 of 1) sorted by relevance
804 type runtimeProfile struct { struct805 stk []profilerecord.StackRecord806 labels []unsafe.Pointer809 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]) }