Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dperf_context.cc76 write_pre_and_post_process_time = other.write_pre_and_post_process_time; in PerfContext()
171 write_pre_and_post_process_time = other.write_pre_and_post_process_time; in PerfContext()
268 write_pre_and_post_process_time = other.write_pre_and_post_process_time; in operator =()
365 write_pre_and_post_process_time = 0; in Reset()
483 PERF_CONTEXT_OUTPUT(write_pre_and_post_process_time); in ToString()
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc155 PERF_TIMER_GUARD(write_pre_and_post_process_time); in WriteImpl()
230 PERF_TIMER_STOP(write_pre_and_post_process_time); in WriteImpl()
239 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImpl()
321 PERF_TIMER_STOP(write_pre_and_post_process_time); in WriteImpl()
413 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImpl()
464 PERF_TIMER_GUARD(write_pre_and_post_process_time); in PipelinedWriteImpl()
604 PERF_TIMER_GUARD(write_pre_and_post_process_time); in UnorderedWriteMemtable()
658 PERF_TIMER_GUARD(write_pre_and_post_process_time); in WriteImplWALOnly()
739 PERF_TIMER_STOP(write_pre_and_post_process_time); in WriteImplWALOnly()
790 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImplWALOnly()
[all …]
/rocksdb-6.9/include/rocksdb/
Dperf_context.h158 uint64_t write_pre_and_post_process_time; member
/rocksdb-6.9/db/
Dperf_context_test.cc280 get_perf_context()->write_pre_and_post_process_time); in ProfileQueries()
Dc.cc2863 return rep->write_pre_and_post_process_time; in rocksdb_perfcontext_metric()
/rocksdb-6.9/
DHISTORY.md454 …s whose behavior was fixed or modified: write_memtable_time, write_pre_and_post_process_time, writ…