Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for numLabelUnit (0.45 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/driver_focus.go

    				if numFilter(val, unit) {
    					return true
    				}
    			}
    			return false
    		}
    		numLabelUnit := func(key string) string {
    			return numLabelUnits[key]
    		}
    		if wantKey == "" {
    			return func(s *profile.Sample) bool {
    				for key, vals := range s.NumLabel {
    					if labelFilter(vals, numLabelUnit(key)) {
    						return true
    					}
    				}
    				return false
    			}, nil
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 22 23:33:06 UTC 2020
    - 6.4K bytes
    - Viewed (0)
Back to top