Home
last modified time | relevance | path

Searched refs:getSampleCount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DPerformanceTestResult.java56 public int getSampleCount() { in getSampleCount() method in PerformanceTestResult
DPerformanceTestBase.java73 "sample_count", result.getSampleCount(), ResultType.NEUTRAL, ResultUnit.COUNT); in measure()
115 while (now() < runLimit && result.getSampleCount() < TEST_ITERATION_LIMIT) { in measure()