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

  /external/chromium/net/tools/flip_server/
epoll_server.cc 370 int64 now_in_us = NowInUsec();
484 int64 EpollServer::NowInUsec() const {
643 // If you're wondering why the NowInUsec() is recorded here, the answer is
650 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
447 return this->NowInUsec();
    [all...]
flip_in_mem_edsm_server.cc 801 FLAGS_record_path.c_str(), fd, epoll_server->NowInUsec()/1000);
    [all...]

Completed in 375 milliseconds