Searched defs:timeTaken (Results 1 - 2 of 2) sorted by relevance

/system/netd/include/
H A DStopwatch.h28 float timeTaken() const { function in class:Stopwatch
/system/netd/server/
H A DIptablesRestoreControllerTest.cpp258 float timeTaken = s.getTimeAndReset(); local
260 iterations, timeTaken, timeTaken / 2 / iterations);
268 timeTaken = s.getTimeAndReset();
270 iterations, timeTaken, timeTaken / 2 / iterations);

Completed in 68 milliseconds