Home
last modified time | relevance | path

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

/system/netd/server/
DSockDiag.cpp297 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()
DNetdConstants.h66 float timeTaken() const { in timeTaken() function
DDnsProxyListener.cpp199 const int latencyMs = lround(s.timeTaken()); in run()
382 const int latencyMs = lround(s.timeTaken()); in run()
/system/netd/tests/
Dbinder_test.cpp74 fprintf(stderr, " %s: %6.1f ms\n", mName.c_str(), timeTaken()); in ~TimedOperation()