Searched refs:RecordTimeToHistogram (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/ |
| D | format.cc | 443 RecordTimeToHistogram(ioptions.statistics, DECOMPRESSION_TIMES_NANOS, in UncompressBlockContentsForCompressionType() 446 RecordTimeToHistogram(ioptions.statistics, BYTES_DECOMPRESSED, in UncompressBlockContentsForCompressionType()
|
| /rocksdb-6.9/monitoring/ |
| D | statistics.h | 117 inline void RecordTimeToHistogram(Statistics* statistics, in RecordTimeToHistogram() function
|
| /rocksdb-6.9/db/ |
| D | flush_job.cc | 440 RecordTimeToHistogram(stats_, FLUSH_TIME, stats.micros); in WriteLevel0Table()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.cc | 374 RecordTimeToHistogram(stats_, BYTES_PER_READ, size); in GetImpl()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 601 RecordTimeToHistogram(stats_, COMPACTION_TIME, compaction_stats_.micros); in Run() 602 RecordTimeToHistogram(stats_, COMPACTION_CPU_TIME, in Run()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 699 RecordTimeToHistogram(r->ioptions.statistics, COMPRESSION_TIMES_NANOS, in WriteBlock()
|