Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeFrames (0.11 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    func (sp *sourcePrinter) handleUnprocessed(addrs map[uint64]addrInfo, unprocessed []uint64) {
    	// makeFrames synthesizes a []plugin.Frame list for the specified address.
    	// The result will typically have length 1, but may be longer if address corresponds
    	// to inlined calls.
    	makeFrames := func(addr uint64) []plugin.Frame {
    		loc := addrs[addr].loc
    		stack := make([]plugin.Frame, 0, len(loc.Line))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
Back to top