MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / ProgramCounter

Method ProgramCounter

python.go:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205func (p *pystackiter) ProgramCounter() experimental.ProgramCounter {
206 return experimental.ProgramCounter(deref[uint32](p.mem, p.framep+padPrevInstrInFrame))
207}
208
209func (p *pystackiter) Function() experimental.InternalFunction {
210 codep := deref[ptr32](p.mem, p.framep+padCodeInFrame)

Callers 1

makeStackTraceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected