HomeSort by relevance Sort by last modified time
    Searched refs:NowInUsec (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/flip_server/
epoll_server.cc 380 int64 now_in_us = NowInUsec();
495 int64 EpollServer::NowInUsec() const {
503 return this->NowInUsec();
661 // If you're wondering why the NowInUsec() is recorded here, the answer is
668 recorded_now_in_us_ = NowInUsec();
epoll_server.h 415 // Wrapper around WallTimer's NowInUsec. We do this so that we can test
420 virtual int64 NowInUsec() const;
423 // Since calling NowInUsec() many thousands of times per
426 // time returned from this function is as accurate as NowInUsec() when
    [all...]

Completed in 425 milliseconds