Searched refs:tm (Results 1 – 12 of 12) sorted by relevance
| /rocksdb-6.9/util/ |
| D | filter_bench.cc | 222 const char *TestModeToString(TestMode tm) { in TestModeToString() argument 223 switch (tm) { in TestModeToString() 470 for (TestMode tm : testModes) { in Go() local 472 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go() 474 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go() 475 std::cout << " " << TestModeToString(tm) << " net ns/op: " << (f - d) in Go() 485 for (TestMode tm : testModes) { in Go() local 487 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go() 489 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go() 499 for (TestMode tm : testModes) { in Go() local [all …]
|
| D | string_util.cc | 145 struct tm tInfo; in TimeToHumanString() 146 struct tm* timeinfo = localtime_r(&rawtime, &tInfo); in TimeToHumanString()
|
| /rocksdb-6.9/port/ |
| D | sys_time.h | 33 inline struct tm* localtime_r(const time_t* timep, struct tm* result) { in localtime_r()
|
| /rocksdb-6.9/logging/ |
| D | log_buffer.cc | 62 struct tm t; in FlushBufferToLog()
|
| D | posix_logger.h | 109 struct tm t; in Logv()
|
| D | env_logger.h | 105 struct tm t; in Logv()
|
| /rocksdb-6.9/port/win/ |
| D | win_logger.cc | 124 struct tm t; in Logv()
|
| D | env_win.cc | 1058 struct tm t; in TimeToString()
|
| /rocksdb-6.9/env/ |
| D | mock_env.cc | 363 struct tm t; in Logv() 365 struct tm* ret __attribute__((__unused__)); in Logv()
|
| D | env_posix.cc | 366 struct tm t; in TimeToString()
|
| D | env_hdfs.cc | 337 struct tm t; in Logv()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5076 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime() 5082 struct tm* tm_ptr = localtime(&seconds); // NOLINT in PortableLocaltime() 5095 struct tm time_struct; in FormatEpochTimeInMillisAsIso8601() 5456 struct tm time_struct; in FormatEpochTimeInMillisAsRFC3339()
|