Searched refs:execTime (Results 1 – 2 of 2) sorted by relevance
60 String execTime = in testGetInodeOutputFieldExecTime() local63 Assert.assertEquals(expectedFields.get(InodeopOutputV0.EXEC_TIME), execTime); in testGetInodeOutputFieldExecTime() local
275 synchronized void incrementExecTime(long execTime) { in incrementExecTime() argument276 mTotalExecTime += execTime; in incrementExecTime()