Home
last modified time | relevance | path

Searched refs:fitLinesToSamples (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DSlabinfoHelperTest.java80 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testSimpleExactFits()
113 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNoSlopes()
142 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNonexactFits()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DSlabinfoHelper.java94 return fitLinesToSamples(mSamples); in getMetrics()
164 public static Map<String, Double> fitLinesToSamples(List<SlabinfoSample> samples) { in fitLinesToSamples() method in SlabinfoHelper