Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pprofMatchingGoroutines (0.21 sec)

  1. src/cmd/trace/pprof.go

    		if err != nil {
    			return nil, err
    		}
    		return compute(gToIntervals, t.events)
    	}
    }
    
    // pprofMatchingGoroutines returns the ids of goroutines of the matching name and its interval.
    // If the id string is empty, returns nil without an error.
    func pprofMatchingGoroutines(name string, t *parsedTrace) (map[trace.GoID][]interval, error) {
    	res := make(map[trace.GoID][]interval)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top