Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for focusedAndNotIgnored (0.15 sec)

  1. src/cmd/vendor/github.com/google/pprof/profile/filter.go

    			}
    		}
    		lines = append(lines, ln)
    	}
    	return lines
    }
    
    // focusedAndNotIgnored looks up a slice of ids against a map of
    // focused/ignored locations. The map only contains locations that are
    // explicitly focused or ignored. Returns whether there is at least
    // one focused location but no ignored locations.
    func focusedAndNotIgnored(locs []*Location, m map[uint64]bool) bool {
    	var f bool
    	for _, loc := range locs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top