Home
last modified time | relevance | path

Searched refs:getSumSq (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DStatSummary.java96 sumSq = sumSq + stat.getSumSq() + delta / newN * delta * n * stat.getCount(); in merge()
148 public double getSumSq() { in getSumSq() method in StatSummary
DProfilingPointSummary.java116 ppSummary.getGlobalStats().getSumSq(), in updateLabel()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java288 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testNewSummary()
379 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testUpdateSummary()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()
267 labelSumsqs.add(labelStat.getSumSq()); in toEntity()