Home
last modified time | relevance | path

Searched refs:percentile (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DStats.java85 public long getPercentile(@IntRange(from = 0, to = 100) int percentile) { in getPercentile()
86 return getPercentile(mValues, percentile); in getPercentile()
89 private static long getPercentile(List<Long> values, int percentile) { in getPercentile() argument
90 if (percentile < 0 || percentile > 100) { in getPercentile()
92 "invalid percentile " + percentile + ", should be 0-100"); in getPercentile()
94 int idx = (values.size() - 1) * percentile / 100; in getPercentile()
H A DManualBenchmarkState.java324 for (int percentile : mStatsReportPercentiles) { in fillStatus()
325 status.putLong(key + "_percentile" + percentile, stats.getPercentile(percentile)); in fillStatus()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java109 public double getPercentile(int id, int percentile) { in getPercentile() argument
110 if (percentile > 100) percentile = 100; in getPercentile()
111 if (percentile < 0) percentile = 0; in getPercentile()
114 return mStoredStatistics[metricPos].getPercentile(percentile); in getPercentile()
/aosp12/frameworks/base/libs/hwui/
H A DProfileData.cpp142 uint32_t ProfileData::findPercentile(int percentile) const { in findPercentile()
143 int pos = percentile * mTotalFrameCount / 100; in findPercentile()
193 uint32_t ProfileData::findGPUPercentile(int percentile) const { in findGPUPercentile()
198 int pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile()
H A DProfileData.h58 uint32_t findPercentile(int percentile) const;
59 uint32_t findGPUPercentile(int percentile) const;
/aosp12/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp254 static int32_t findPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findPercentile() argument
255 int32_t pos = percentile * proto->summary().total_frames() / 100; in findPercentile()
266 static int32_t findGPUPercentile(protos::GraphicsStatsProto* proto, int percentile) { in findGPUPercentile() argument
271 int32_t pos = percentile * totalGPUFrameCount / 100; in findGPUPercentile()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp253 uint32_t RenderProxy::frameTimePercentile(int percentile) { in frameTimePercentile() argument
256 return mRenderThread.globalProfileData()->findPercentile(percentile); in frameTimePercentile()
/aosp12/system/netd/tests/benchmarks/
H A DREADME.md44 For graphing purposes, a few of the benchmarks in this directory store the 90th-percentile
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java1130 double percentile) { in getHighestValues() argument
1140 if (runningSum > percentile * total) { in getHighestValues()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...