Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSourceFromFile (0.36 sec)

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

    		}
    		curCalls = an.inlineCalls
    
    		result = append(result, inst)
    	}
    	return result
    }
    
    // getSourceFromFile collects the sources of a function from a source
    // file and annotates it with the samples in fns. Returns the sources
    // as nodes, using the info.name field to hold the source code.
    func getSourceFromFile(file string, reader *sourceReader, fns graph.Nodes, start, end int) (graph.Nodes, string, error) {
    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