Searched refs:timeTaken (Results 1 – 8 of 8) sorted by relevance
/system/netd/include/ |
D | Stopwatch.h | 28 float timeTaken() const { in timeTaken() function
|
/system/netd/server/ |
D | IptablesRestoreControllerTest.cpp | 267 float timeTaken = s.getTimeAndReset(); in TEST_F() local 269 iterations, timeTaken, timeTaken / 2 / iterations); in TEST_F()
|
D | SockDiag.cpp | 297 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()
|
D | main.cpp | 174 ALOGI("Netd started in %dms", static_cast<int>(s.timeTaken())); in main()
|
D | DnsProxyListener.cpp | 251 const int latencyMs = lround(s.timeTaken()); in run() 466 const int latencyMs = lround(s.timeTaken()); in run()
|
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 150 latencies[iterations] = stopwatch.timeTaken() * 1e6L; in ipv4_loopback() 207 latencies[iterations] = stopwatch.timeTaken() * 1e6L; in ipv6_loopback()
|
/system/netd/client/ |
D | NetdClient.cpp | 93 const unsigned latencyMs = lround(s.timeTaken()); in netdClientConnect()
|
/system/netd/tests/ |
D | binder_test.cpp | 107 fprintf(stderr, " %s: %6.1f ms\n", mName.c_str(), timeTaken()); in ~TimedOperation()
|