Home
last modified time | relevance | path

Searched refs:timeTaken (Results 1 – 8 of 8) sorted by relevance

/system/netd/include/
DStopwatch.h28 float timeTaken() const { in timeTaken() function
/system/netd/server/
DIptablesRestoreControllerTest.cpp267 float timeTaken = s.getTimeAndReset(); in TEST_F() local
269 iterations, timeTaken, timeTaken / 2 / iterations); in TEST_F()
DSockDiag.cpp297 ALOGI("Destroyed %d sockets on %s in %.1f ms", mSocketsDestroyed, addrstr, s.timeTaken()); in destroySockets()
347 ALOGI("Destroyed %d sockets for UID in %.1f ms", mSocketsDestroyed, s.timeTaken()); in destroySockets()
382 android::base::Join(skipUidStrings, " ").c_str(), s.timeTaken()); in destroySockets()
474 mSocketsDestroyed, netId, permission, s.timeTaken()); in destroySocketsLackingPermission()
Dmain.cpp174 ALOGI("Netd started in %dms", static_cast<int>(s.timeTaken())); in main()
DDnsProxyListener.cpp251 const int latencyMs = lround(s.timeTaken()); in run()
466 const int latencyMs = lround(s.timeTaken()); in run()
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp150 latencies[iterations] = stopwatch.timeTaken() * 1e6L; in ipv4_loopback()
207 latencies[iterations] = stopwatch.timeTaken() * 1e6L; in ipv6_loopback()
/system/netd/client/
DNetdClient.cpp93 const unsigned latencyMs = lround(s.timeTaken()); in netdClientConnect()
/system/netd/tests/
Dbinder_test.cpp107 fprintf(stderr, " %s: %6.1f ms\n", mName.c_str(), timeTaken()); in ~TimedOperation()