Searched refs:timeTaken (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | SockDiag.cpp | 297 ALOGI("Destroyed %d sockets on %s in %.1f ms", mSocketsDestroyed, addrstr, s.timeTaken()); in destroySockets() 344 ALOGI("Destroyed %d sockets for UID in %.1f ms", mSocketsDestroyed, s.timeTaken()); in destroySockets() 373 android::base::Join(skipUidStrings, " ").c_str(), s.timeTaken()); in destroySockets()
|
D | NetdConstants.h | 66 float timeTaken() const { in timeTaken() function
|
D | DnsProxyListener.cpp | 199 const int latencyMs = lround(s.timeTaken()); in run() 382 const int latencyMs = lround(s.timeTaken()); in run()
|
/system/netd/tests/ |
D | binder_test.cpp | 74 fprintf(stderr, " %s: %6.1f ms\n", mName.c_str(), timeTaken()); in ~TimedOperation()
|