Home
last modified time | relevance | path

Searched refs:globalStats (Results 1 – 3 of 3) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java120 @Ignore private StatSummary globalStats; field in ProfilingPointSummaryEntity
149 StatSummary globalStats, in ProfilingPointSummaryEntity() argument
156 this.globalStats = globalStats; in ProfilingPointSummaryEntity()
235 this.globalStats.updateStats(value); in update()
248 profilingSummary.setUnindexedProperty(MEAN, this.globalStats.getMean()); in toEntity()
249 profilingSummary.setUnindexedProperty(SUMSQ, this.globalStats.getSumSq()); in toEntity()
250 profilingSummary.setUnindexedProperty(MIN, this.globalStats.getMin()); in toEntity()
251 profilingSummary.setUnindexedProperty(MAX, this.globalStats.getMax()); in toEntity()
252 profilingSummary.setUnindexedProperty(COUNT, this.globalStats.getCount()); in toEntity()
313 StatSummary globalStats = in fromEntity() local
[all …]
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java56 StatSummary globalStats = new StatSummary("global", regressionMode); in createProfilingReport() local
62 globalStats.updateStats(values[i]); in createProfilingReport()
66 globalStats, in createProfilingReport()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java68 StatSummary globalStats = new StatSummary("global", regressionMode); in createProfilingReport() local
74 globalStats.updateStats(values[i]); in createProfilingReport()
78 globalStats, in createProfilingReport()