Home
last modified time | relevance | path

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

/system/netd/include/
DStopwatch.h27 float timeTaken() const { in timeTaken() function
/system/netd/server/
DSockDiag.cpp318 ALOGI("Destroyed %d sockets on %s in %.1f ms", mSocketsDestroyed, addrstr, s.timeTaken()); in destroySockets()
368 ALOGI("Destroyed %d sockets for UID in %.1f ms", mSocketsDestroyed, s.timeTaken()); in destroySockets()
403 android::base::Join(skipUidStrings, " ").c_str(), s.timeTaken()); in destroySockets()
495 mSocketsDestroyed, netId, permission, s.timeTaken()); in destroySocketsLackingPermission()
DDnsProxyListener.cpp181 const int latencyMs = lround(s.timeTaken()); in run()
411 const int latencyMs = lround(s.timeTaken()); in run()
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp88 latencies[iterations] = stopwatch.timeTaken() * 1e6L; in ipv4_loopback()
145 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.cpp110 fprintf(stderr, " %s: %6.1f ms\n", mName.c_str(), timeTaken()); in ~TimedOperation()