Searched refs:timeOut_ (Results 1 – 4 of 4) sorted by relevance
29 EpollEventPoller::EpollEventPoller(int timeOut) : timeOut_(timeOut), epollFd_(INVALID_FD), eventFd_… in EpollEventPoller()125 … int retval = TEMP_FAILURE_RETRY(epoll_wait(epollFd_, eventVec.data(), eventVec.size(), timeOut_)); in Run()128 PROFILER_LOG_INFO(LOG_CORE, "epoll_wait %dms timeout!", timeOut_); in Run()
73 int timeOut_ = 0; variable
58 PerfEvents::PerfEvents() : timeOut_(DEFAULT_TIMEOUT * THOUSANDS), timeReport_(0) in PerfEvents()531 printf("Profiling duration is %.3f seconds.\n", float(timeOut_.count()) / THOUSANDS); in StartTracking()653 timeOut_ = milliseconds(static_cast<int>(timeOut * THOUSANDS)); in SetTimeOut()1497 const auto endTime = startTime + timeOut_; in RecordLoop()1539 const auto endTime = startTime + timeOut_; in StatLoop()1580 && (timeOut_.count() * THOUSANDS) > thesholdTimeInMs) { in StatLoop()
545 std::chrono::milliseconds timeOut_; // milliseconds variable