Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_test.cc1123 int64_t temp_time = 0; in TEST_F() local
1124 options.env->GetCurrentTime(&temp_time); in TEST_F()
1125 uint64_t start_time = static_cast<uint64_t>(temp_time); in TEST_F()
1153 options.env->GetCurrentTime(&temp_time); in TEST_F()
1154 uint64_t end_time = static_cast<uint64_t>(temp_time); in TEST_F()