Lines Matching refs:bytes

3411     int64_t bytes = 0;  in Crc32c()  local
3413 while (bytes < 500 * 1048576) { in Crc32c()
3416 bytes += size; in Crc32c()
3421 thread->stats.AddBytes(bytes); in Crc32c()
3430 int64_t bytes = 0; in xxHash() local
3432 while (bytes < 500 * 1048576) { in xxHash()
3435 bytes += size; in xxHash()
3440 thread->stats.AddBytes(bytes); in xxHash()
3463 int64_t bytes = 0; in Compress() local
3473 while (ok && bytes < int64_t(1) << 30) { in Compress()
3477 bytes += input.size(); in Compress()
3486 (produced * 100.0) / bytes); in Compress()
3488 thread->stats.AddBytes(bytes); in Compress()
3508 int64_t bytes = 0; in Uncompress() local
3510 while (ok && bytes < 1024 * 1048576) { in Uncompress()
3560 bytes += input.size(); in Uncompress()
3567 thread->stats.AddBytes(bytes); in Uncompress()
4373 int64_t bytes = 0; in DoWrite() local
4434 bytes += val.size() + key_size_; in DoWrite()
4525 thread->stats.AddBytes(bytes); in DoWrite()
4849 int64_t bytes = 0; in ReadSequential() local
4851 bytes += iter->key().size() + iter->value().size(); in ReadSequential()
4864 thread->stats.AddBytes(bytes); in ReadSequential()
4874 int64_t bytes = 0; in ReadToRowCache() local
4902 bytes += key.size() + pinnable_val.size(); in ReadToRowCache()
4921 thread->stats.AddBytes(bytes); in ReadToRowCache()
4943 int64_t bytes = 0; in ReadReverse() local
4945 bytes += iter->key().size() + iter->value().size(); in ReadReverse()
4956 thread->stats.AddBytes(bytes); in ReadReverse()
5037 int64_t bytes = 0; in ReadRandom() local
5079 bytes += key.size() + pinnable_val.size(); in ReadRandom()
5098 thread->stats.AddBytes(bytes); in ReadRandom()
5421 int64_t bytes = 0; in MixGraph() local
5527 bytes += key.size() + pinnable_val.size(); in MixGraph()
5584 bytes += single_iter->key().size() + single_iter->value().size(); in MixGraph()
5600 thread->stats.AddBytes(bytes); in MixGraph()
5631 int64_t bytes = 0; in SeekRandom() local
5709 bytes += iter_to_use->key().size() + iter_to_use->value().size(); in SeekRandom()
5735 thread->stats.AddBytes(bytes); in SeekRandom()
5811 int64_t bytes = 0; in BGWriter() local
5866 bytes += key.size() + val.size(); in BGWriter()
5875 thread->stats.AddBytes(bytes); in BGWriter()
6135 int64_t bytes = 0; in UpdateRandom() local
6148 bytes += key.size() + value.size(); in UpdateRandom()
6167 bytes += key.size() + val.size(); in UpdateRandom()
6173 thread->stats.AddBytes(bytes); in UpdateRandom()
6237 int64_t bytes = 0; in AppendRandom() local
6250 bytes += key.size() + value.size(); in AppendRandom()
6274 bytes += key.size() + value.size(); in AppendRandom()
6281 thread->stats.AddBytes(bytes); in AppendRandom()
6297 int64_t bytes = 0; in MergeRandom() local
6323 bytes += key.size() + val.size(); in MergeRandom()
6330 thread->stats.AddBytes(bytes); in MergeRandom()
6685 int64_t bytes = 0; in TimeSeriesReadOrDelete() local
6725 bytes += iter->key().size(); in TimeSeriesReadOrDelete()
6733 bytes += iter->key().size() + iter->value().size(); in TimeSeriesReadOrDelete()
6754 thread->stats.AddBytes(bytes); in TimeSeriesReadOrDelete()
6765 int64_t bytes = 0; in TimeSeriesWrite() local
6811 bytes = key.size() + val.size(); in TimeSeriesWrite()
6813 thread->stats.AddBytes(bytes); in TimeSeriesWrite()