Searched refs:RUN_TIME_SECONDS (Results 1 – 3 of 3) sorted by relevance
58 public static final String RUN_TIME_SECONDS = "run_time_seconds"; field in PerformanceDegradationTest74 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()
65 private static final float RUN_TIME_SECONDS = 20; field in NNPerformanceDegradationTest75 PerformanceDegradationTest.intentInitializer(WARM_UP_TIME_SECONDS, RUN_TIME_SECONDS, in getTestMaxPerfDegradationOfModelWIthThreads()
42 PerformanceDegradationTest.RUN_TIME_SECONDS, in getTestDurationMillis()