Searched refs:gettimeofday (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/port/ |
| D | sys_time.h | 31 void gettimeofday(struct timeval* tv, struct timezone* tz); 40 using port::gettimeofday;
|
| /rocksdb-6.9/logging/ |
| D | log_buffer.cc | 30 gettimeofday(&(buffered_log->now_tv), nullptr); in AddLogToBuffer()
|
| D | posix_logger.h | 107 gettimeofday(&now_tv, nullptr); in Logv()
|
| D | env_logger.h | 103 gettimeofday(&now_tv, nullptr); in Logv()
|
| /rocksdb-6.9/port/win/ |
| D | win_logger.cc | 122 gettimeofday(&now_tv, nullptr); in Logv()
|
| D | port_win.cc | 56 void gettimeofday(struct timeval* tv, struct timezone* /* tz */) { in gettimeofday() function
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | hash_table_bench.cc | 156 gettimeofday(&tv, /*tz=*/nullptr); in NowInMillSec()
|
| /rocksdb-6.9/env/ |
| D | env_posix.cc | 261 gettimeofday(&tv, nullptr); in NowMicros()
|
| D | env_hdfs.cc | 335 gettimeofday(&now_tv, nullptr); in Logv()
|
| D | mock_env.cc | 361 gettimeofday(&now_tv, nullptr); in Logv()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 2342 gettimeofday(&now, NULL); in GetTimeInMillis()
|