Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNPerformanceDegradationTestActivity.java24 import com.android.nn.crashtest.core.test.PerformanceDegradationTest;
36 return intent.getStringExtra(PerformanceDegradationTest.TEST_NAME); in getTestName()
42 PerformanceDegradationTest.RUN_TIME_SECONDS, in getTestDurationMillis()
43 PerformanceDegradationTest.DEFAULT_RUN_TIME_SECONDS); in getTestDurationMillis()
45 PerformanceDegradationTest.WARMUP_SECONDS, in getTestDurationMillis()
46 PerformanceDegradationTest.DEFAULT_WARMUP_SECONDS); in getTestDurationMillis()
57 return PerformanceDegradationTest.intentInitializer(intent); in getIntentInitializer()
62 return PerformanceDegradationTest.class; in getTestClass()
DNNPerformanceDegradationTest.java26 import com.android.nn.crashtest.core.test.PerformanceDegradationTest;
42 public static final String TAG = PerformanceDegradationTest.TAG;
75 PerformanceDegradationTest.intentInitializer(WARM_UP_TIME_SECONDS, RUN_TIME_SECONDS, in getTestMaxPerfDegradationOfModelWIthThreads()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java45 public class PerformanceDegradationTest implements CrashTest { class