Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.cc253 if (trace_start_time_ == 0) { in Access()
254 trace_start_time_ = access.access_timestamp; in Access()
258 trace_start_time_ + warmup_seconds_ * kMicrosInSecond <= in Access()
Dcache_simulator.h228 uint64_t trace_start_time_ = 0; variable