Searched refs:timeTakenUs (Results 1 – 6 of 6) sorted by relevance
34 int64_t timeTakenUs() const { return getElapsedUs(clock::now()); } in timeTakenUs() function
128 latencies[iterations] = stopwatch.timeTakenUs(); in ipv4_loopback()185 latencies[iterations] = stopwatch.timeTakenUs(); in ipv6_loopback()
328 s.timeTakenUs()); in destroySockets()402 ALOGI("Destroyed %d sockets for UID in %" PRId64 "us", mSocketsDestroyed, s.timeTakenUs()); in destroySockets()431 s.timeTakenUs()); in destroySockets()523 netId, permission, s.timeTakenUs()); in destroySocketsLackingPermission()
195 gLog.info("Netd started in %" PRId64 "us", s.timeTakenUs()); in main()
171 const auto latencyMs = static_cast<unsigned>(s.timeTakenUs() / 1000); in netdClientConnect()
188 std::cerr << " " << mName << ": " << timeTakenUs() << "us" << std::endl; in ~TimedOperation()