Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java60 String execTime = in testGetInodeOutputFieldExecTime() local
63 Assert.assertEquals(expectedFields.get(InodeopOutputV0.EXEC_TIME), execTime); in testGetInodeOutputFieldExecTime() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java275 synchronized void incrementExecTime(long execTime) { in incrementExecTime() argument
276 mTotalExecTime += execTime; in incrementExecTime()