Home
last modified time | relevance | path

Searched refs:now_micros (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/port/win/
Dwin_logger.cc175 uint64_t now_micros = in Logv() local
177 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
182 last_flush_micros_ = now_micros; in Logv()
/rocksdb-6.9/logging/
Dposix_logger.h171 uint64_t now_micros = static_cast<uint64_t>(now_tv.tv_sec) * 1000000 + in Logv() local
173 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
Denv_logger.h139 const uint64_t now_micros = env_->NowMicros(); in Logv() local
140 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
/rocksdb-6.9/monitoring/
Dthread_status_updater.cc162 uint64_t now_micros = Env::Default()->NowMicros(); in GetThreadList() local
185 op_elapsed_micros = now_micros - thread_data->op_start_time.load( in GetThreadList()
/rocksdb-6.9/db/db_impl/
Ddb_impl_files.cc66 const uint64_t now_micros = env_->NowMicros(); in FindObsoleteFiles() local
69 now_micros) { in FindObsoleteFiles()
71 delete_obsolete_files_last_run_ = now_micros; in FindObsoleteFiles()
/rocksdb-6.9/env/
Dmock_env.cc400 uint64_t now_micros = in Logv() local
402 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
404 last_flush_micros_ = now_micros; in Logv()