Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java58 public static final String RUN_TIME_SECONDS = "run_time_seconds"; field in PerformanceDegradationTest
74 intent.putExtra(RUN_TIME_SECONDS, runTimeSeconds); in intentInitializer()
86 copyFrom.getFloatExtra(RUN_TIME_SECONDS, DEFAULT_RUN_TIME_SECONDS), in intentInitializer()
108 mRunTimeSeconds = configParams.getFloatExtra(RUN_TIME_SECONDS, DEFAULT_RUN_TIME_SECONDS); in init()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNPerformanceDegradationTest.java65 private static final float RUN_TIME_SECONDS = 20; field in NNPerformanceDegradationTest
75 PerformanceDegradationTest.intentInitializer(WARM_UP_TIME_SECONDS, RUN_TIME_SECONDS, in getTestMaxPerfDegradationOfModelWIthThreads()
DNNPerformanceDegradationTestActivity.java42 PerformanceDegradationTest.RUN_TIME_SECONDS, in getTestDurationMillis()