Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sniffUnit (0.09 sec)

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

    		return false
    	}
    
    	if v1.Unit == v2.Unit {
    		return true
    	}
    	for _, ut := range UnitTypes {
    		if ut.sniffUnit(v1.Unit) != nil && ut.sniffUnit(v2.Unit) != nil {
    			return true
    		}
    	}
    	return false
    }
    
    // Scale a measurement from a unit to a different unit and returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top