Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for makeFrames (0.12 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)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    frames.push(makeFrame(threadTimeRanges,app.surfaceFlinger));});return frames;}
    function getRenderThreadDrivenFrames(app){if(!app.renderThread)return[];const frames=[];app.renderThread.sliceGroup.getSlicesOfName(RENDER_THREAD_INDEP_DRAW_NAME).forEach(function(slice){const threadTimeRanges=[{thread:app.renderThread,start:slice.start,end:slice.end}];frames.push(makeFrame(threadTimeRanges,app.surfaceFlinger));});return frames;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top