Searched refs:now_usec (Results 1 – 2 of 2) sorted by relevance
420 uint64_t now_usec = (now.tv_sec * 1000000LL + now.tv_usec); in ProcessFd() local421 LOG(DEBUG) << "ProcessFd: finishing usec: " << now_usec; in ProcessFd()444 uint64_t now_usec = (now.tv_sec * 1000000LL + now.tv_usec); in Dump() local445 LOG(DEBUG) << "SessionDirect::Dump: beginning usec: " << now_usec; in Dump()
268 uint64_t now_usec = (now.tv_sec * 1000000LL + now.tv_usec); in BeginTask() local269 LOG(DEBUG) << "BeginTask: beginning usec: " << now_usec; in BeginTask()