Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 12 of 12) sorted by relevance

/rocksdb-6.9/util/
Dfilter_bench.cc222 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 …]
Dstring_util.cc145 struct tm tInfo; in TimeToHumanString()
146 struct tm* timeinfo = localtime_r(&rawtime, &tInfo); in TimeToHumanString()
/rocksdb-6.9/port/
Dsys_time.h33 inline struct tm* localtime_r(const time_t* timep, struct tm* result) { in localtime_r()
/rocksdb-6.9/logging/
Dlog_buffer.cc62 struct tm t; in FlushBufferToLog()
Dposix_logger.h109 struct tm t; in Logv()
Denv_logger.h105 struct tm t; in Logv()
/rocksdb-6.9/port/win/
Dwin_logger.cc124 struct tm t; in Logv()
Denv_win.cc1058 struct tm t; in TimeToString()
/rocksdb-6.9/env/
Dmock_env.cc363 struct tm t; in Logv()
365 struct tm* ret __attribute__((__unused__)); in Logv()
Denv_posix.cc366 struct tm t; in TimeToString()
Denv_hdfs.cc337 struct tm t; in Logv()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5076 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()