Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc336 trace_end_timestamp_in_seconds_ - trace_start_timestamp_in_seconds_; in WriteMissRatioCurves()
1180 trace_end_timestamp_in_seconds_ - trace_start_timestamp_in_seconds_; in WriteBlockReuseTimeline()
1564 trace_end_timestamp_in_seconds_ = access.access_timestamp / kMicrosInSecond; in Analyze()
1576 trace_end_timestamp_in_seconds_ - trace_start_timestamp_in_seconds_; in Analyze()
1589 trace_end_timestamp_in_seconds_ - trace_start_timestamp_in_seconds_; in Analyze()
Dblock_cache_trace_analyzer.h384 uint64_t trace_end_timestamp_in_seconds_ = 0; variable