Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc286 begin_time_ = 0; in TraceAnalyzer()
787 if(begin_time_ == 0) { in MakeStatisticQPS()
788 begin_time_ = trace_create_time_; in MakeStatisticQPS()
791 static_cast<uint32_t>((end_time_ - begin_time_) / 1000000); in MakeStatisticQPS()
1207 if (begin_time_ == 0) { in KeyStatsInsertion()
1208 begin_time_ = ts; in KeyStatsInsertion()
1211 if (ts < begin_time_) { in KeyStatsInsertion()
1214 time_in_sec = static_cast<uint32_t>((ts - begin_time_) / 1000000); in KeyStatsInsertion()
Dtrace_analyzer_tool.h213 uint64_t begin_time_; variable