Home
last modified time | relevance | path

Searched refs:targetTestDurationNs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DManualBenchmarkState.java170 final long targetTestDurationNs = testAnnotation.targetTestDurationNs(); in configure() local
171 if (targetTestDurationNs >= 0) { in configure()
172 mTargetTestDurationNs = targetTestDurationNs; in configure()
361 long targetTestDurationNs() default -1; in targetTestDurationNs() method
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DInternalWindowOperationPerfTest.java73 targetTestDurationNs = 20 * TIME_1_S_IN_NS,
DWindowAddRemovePerfTest.java80 @ManualBenchmarkTest(warmupDurationNs = TIME_1_S_IN_NS, targetTestDurationNs = TIME_5_S_IN_NS)
DRecentsAnimationPerfTest.java160 targetTestDurationNs = TIME_5_S_IN_NS,