Searched refs:total_byte_size (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_write.cc | 270 size_t total_byte_size = 0; in WriteImpl() local 279 total_byte_size = WriteBatchInternal::AppendedByteSize( in WriteImpl() 305 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in WriteImpl() 315 RecordInHistogram(stats_, BYTES_PER_WRITE, total_byte_size); in WriteImpl() 493 size_t total_byte_size = 0; in PipelinedWriteImpl() local 519 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in PipelinedWriteImpl() 520 RecordInHistogram(stats_, BYTES_PER_WRITE, total_byte_size); in PipelinedWriteImpl() 708 size_t total_byte_size = 0; in WriteImplWALOnly() local 711 total_byte_size = WriteBatchInternal::AppendedByteSize( in WriteImplWALOnly() 727 RecordTick(stats_, BYTES_WRITTEN, total_byte_size); in WriteImplWALOnly() [all …]
|