Home
last modified time | relevance | path

Searched refs:LOWER_BETTER (Results 1 – 21 of 21) sorted by relevance

/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java64 ResultType.LOWER_BETTER, ResultUnit.MS); in afterTest()
66 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
69 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
72 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
74 ResultType.LOWER_BETTER, ResultUnit.MS); in afterTest()
76 ResultType.LOWER_BETTER, ResultUnit.MS); in afterTest()
78 ResultType.LOWER_BETTER, ResultUnit.MS); in afterTest()
80 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
82 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
84 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
[all …]
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java110 report.addValues("elapsed_time_for_insert", applyBatchTimes, ResultType.LOWER_BETTER, in testChannels()
138 report.addValues("elapsed_time_for_update", applyBatchTimes, ResultType.LOWER_BETTER, in testChannels()
155 ResultType.LOWER_BETTER, ResultUnit.MS); in testChannels()
175 ResultType.LOWER_BETTER, ResultUnit.MS); in testChannels()
185 report.addValues("elapsed_time_for_delete", applyBatchTimes, ResultType.LOWER_BETTER, in testChannels()
190 + "delete", averages, ResultType.LOWER_BETTER, ResultUnit.MS); in testChannels()
248 report.addValues("elapsed_time_for_insert", applyBatchTimes, ResultType.LOWER_BETTER, in testPrograms()
283 report.addValues("elapsed_time_for_update", applyBatchTimes, ResultType.LOWER_BETTER, in testPrograms()
300 ResultType.LOWER_BETTER, ResultUnit.MS); in testPrograms()
320 ResultType.LOWER_BETTER, ResultUnit.MS); in testPrograms()
[all …]
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java69 report.addValues("set_up_times", setUpTimes, ResultType.LOWER_BETTER, ResultUnit.MS); in testReferenceBenchmark()
70 report.addValue("update_time_average", updateAverage, ResultType.LOWER_BETTER, in testReferenceBenchmark()
72 report.addValue("render_time_average", renderAverage, ResultType.LOWER_BETTER, in testReferenceBenchmark()
76 report.setSummary("total_time_average", totalTime, ResultType.LOWER_BETTER, in testReferenceBenchmark()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceResultTest.java87 reportLog.addValues("times", result, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
88 reportLog.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
89 reportLog.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
91 reportLog.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
/cts/tests/jank/src/android/jank/cts/
DCtsJankTestBase.java42 ResultType.LOWER_BETTER, ResultUnit.MS); in afterTest()
45 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
48 ResultType.LOWER_BETTER, ResultUnit.COUNT); in afterTest()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java105 report.addValues("sorting_time", result, ResultType.LOWER_BETTER, ResultUnit.MS); in doTestSort()
110 … report.setSummary("sorting_time_average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS); in doTestSort()
129 report.addValues("matrix_mutiplication_time", result, ResultType.LOWER_BETTER, in doMatrixMultiplication()
136 ResultType.LOWER_BETTER, ResultUnit.MS); in doMatrixMultiplication()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrack_ListenerTest.java211 log.addValue("average_marker_diff", markerStat.getAvg(), ResultType.LOWER_BETTER, in doTest()
213 log.addValue("maximum_marker_abs_diff", markerStat.getMaxAbs(), ResultType.LOWER_BETTER, in doTest()
215 log.addValue("average_marker_abs_diff", markerStat.getAvgAbs(), ResultType.LOWER_BETTER, in doTest()
217 log.addValue("average_periodic_diff", periodicStat.getAvg(), ResultType.LOWER_BETTER, in doTest()
219 log.addValue("maximum_periodic_abs_diff", periodicStat.getMaxAbs(), ResultType.LOWER_BETTER, in doTest()
221 log.addValue("average_periodic_abs_diff", periodicStat.getAvgAbs(), ResultType.LOWER_BETTER, in doTest()
224 ResultType.LOWER_BETTER, ResultUnit.MS); in doTest()
DAudioRecordTest.java1115 log.addValue("start_recording_lag", coldInputStartTime, ResultType.LOWER_BETTER, in doTest()
1117 log.addValue("stop_execution_time", stopTime - stopRequestTime, ResultType.LOWER_BETTER, in doTest()
1128 log.addValue("average_marker_diff", markerStat.getAvg(), ResultType.LOWER_BETTER, in doTest()
1130 log.addValue("maximum_marker_abs_diff", markerStat.getMaxAbs(), ResultType.LOWER_BETTER, in doTest()
1132 log.addValue("average_marker_abs_diff", markerStat.getAvgAbs(), ResultType.LOWER_BETTER, in doTest()
1134 log.addValue("average_periodic_diff", periodicStat.getAvg(), ResultType.LOWER_BETTER, in doTest()
1136 log.addValue("maximum_periodic_abs_diff", periodicStat.getMaxAbs(), ResultType.LOWER_BETTER, in doTest()
1138 log.addValue("average_periodic_abs_diff", periodicStat.getAvgAbs(), ResultType.LOWER_BETTER, in doTest()
1141 ResultType.LOWER_BETTER, ResultUnit.MS); in doTest()
DAudioTrackTest.java2126 ResultType.LOWER_BETTER, ResultUnit.MS); in doTestTimestamp()
2128 ResultType.LOWER_BETTER, ResultUnit.MS); in doTestTimestamp()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java145 report.addValues("times", result, ResultType.LOWER_BETTER, ResultUnit.MS); in testTransferTime()
146 report.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS); in testTransferTime()
147 report.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS); in testTransferTime()
149 report.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS); in testTransferTime()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java190 mReportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testCameraLaunch()
193 ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
195 ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
197 ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
199 ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
201 ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
213 Stat.getAverage(avgCameraLaunchTimes), ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
314 ResultType.LOWER_BETTER, ResultUnit.MS); in testSingleCapture()
318 ResultType.LOWER_BETTER, ResultUnit.MS); in testSingleCapture()
321 ResultType.LOWER_BETTER, ResultUnit.MS); in testSingleCapture()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java193 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
195 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
197 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
200 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
202 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
204 ResultType.LOWER_BETTER, ResultUnit.RADIAN); in activitySetUp()
/cts/tests/ui/src/android/ui/cts/
DScrollingTest.java75 report.addValues("scrolling_time", results, ResultType.LOWER_BETTER,ResultUnit.MS); in testFullScrolling()
78 ResultType.LOWER_BETTER,ResultUnit.MS); in testFullScrolling()
/cts/common/util/src/com/android/compatibility/common/util/
DResultType.java24 LOWER_BETTER, enumConstant
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java59 private static final ResultType TEST_TYPE_2 = ResultType.LOWER_BETTER;
63 private static final ResultType TEST_TYPE_3 = ResultType.LOWER_BETTER;
67 private static final ResultType TEST_TYPE_4 = ResultType.LOWER_BETTER;
/cts/hostsidetests/ui/src/android/ui/cts/
DInstallTimeTest.java95 report.addValues("install_time", result, ResultType.LOWER_BETTER, ResultUnit.MS); in testInstallTime()
100 report.setSummary("install_time_average", stat.mAverage, ResultType.LOWER_BETTER, in testInstallTime()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java90 report.addValues("task_switching_time", results, ResultType.LOWER_BETTER, ResultUnit.MS); in testMeasureTaskSwitching()
92 report.setSummary("task_switching_time_average", stat.mAverage, ResultType.LOWER_BETTER, in testMeasureTaskSwitching()
/cts/tests/dram/src/android/dram/cts/
DBandwidthTest.java173 report.addValues("memcpy_time", result, ResultType.LOWER_BETTER, ResultUnit.MS); in doRunMemcpy()
208 report.addValues("memset_time", result, ResultType.LOWER_BETTER, ResultUnit.MS); in doRunMemset()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaPerfUtils.java130 log.addValue(prefix + "_avg", avg / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats()
131 log.addValue(prefix + "_stdev", stdev / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackActivity.java303 ResultType.LOWER_BETTER, in recordTestResults()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java733 log.addValues("rms_error", mDecoderRmsErrorResults, ResultType.LOWER_BETTER, in logQualityResults()