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()
345 s.timeTakenUs()); in destroySockets()419 ALOGI("Destroyed %d sockets for UID in %" PRId64 "us", mSocketsDestroyed, s.timeTakenUs()); in destroySockets()449 s.timeTakenUs()); in destroySockets()541 netId, permission, s.timeTakenUs()); in destroySocketsLackingPermission()
200 gLog.info("Netd started in %" PRId64 "us", s.timeTakenUs()); in main()
171 const auto latencyMs = static_cast<unsigned>(s.timeTakenUs() / 1000); in netdClientConnect()
250 std::cerr << " " << mName << ": " << timeTakenUs() << "us" << std::endl; in ~TimedOperation()