Home
last modified time | relevance | path

Searched defs:fromUnit (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
Dmeasurement.go127 func Scale(value int64, fromUnit, toUnit string) (float64, string) { argument
154 func ScaledLabel(value int64, fromUnit, toUnit string) string { argument