Searched refs:ShouldReportDetailedTime (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/ |
| D | format.cc | 45 bool ShouldReportDetailedTime(Env* env, Statistics* stats) { in ShouldReportDetailedTime() function 349 StopWatchNano timer(ioptions.env, ShouldReportDetailedTime( in UncompressBlockContentsForCompressionType() 442 if (ShouldReportDetailedTime(ioptions.env, ioptions.statistics)) { in UncompressBlockContentsForCompressionType()
|
| D | format.h | 32 extern bool ShouldReportDetailedTime(Env* env, Statistics* stats);
|
| /rocksdb-6.9/db/ |
| D | builder.cc | 157 ShouldReportDetailedTime(env, ioptions.statistics), in BuildTable()
|
| D | merge_helper.cc | 394 if (stats_ != nullptr && ShouldReportDetailedTime(env_, stats_)) { in FilterMerge()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 617 ShouldReportDetailedTime(r->ioptions.env, r->ioptions.statistics)); in WriteBlock() 698 if (ShouldReportDetailedTime(r->ioptions.env, r->ioptions.statistics)) { in WriteBlock()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 896 snapshot_checker_, env_, ShouldReportDetailedTime(env_, stats_), false, in ProcessKeyValueCompaction()
|