Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dperf_context_imp.h26 #define PERF_TIMER_START(metric) macro
41 #define PERF_TIMER_START(metric) perf_step_timer_##metric.Start(); macro
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc182 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImpl()
239 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImpl()
413 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImpl()
483 PERF_TIMER_START(write_pre_and_post_process_time); in PipelinedWriteImpl()
790 PERF_TIMER_START(write_pre_and_post_process_time); in WriteImplWALOnly()
920 PERF_TIMER_START(write_pre_and_post_process_time); in PreprocessWrite()