Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Depoll_event_poller.cpp29 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()
/developtools/profiler/device/base/include/
Depoll_event_poller.h73 int timeOut_ = 0; variable
/developtools/hiperf/src/
Dperf_events.cpp58 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()
/developtools/hiperf/include/
Dperf_events.h545 std::chrono::milliseconds timeOut_; // milliseconds variable