Update ProfileEvents.cpp

This commit is contained in:
alexey-milovidov 2020-02-19 11:54:23 +03:00 committed by GitHub
parent fdc00e3562
commit e90124dc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@
M(ReadBufferAIOReadBytes, "") \
M(WriteBufferAIOWrite, "") \
M(WriteBufferAIOWriteBytes, "") \
M(ReadCompressedBytes, "Number of bytes read from compressed sources (files or over a network).") \
M(CompressedReadBufferBlocks, "Number of blocks read from compressed sources (files or over a network).") \
M(CompressedReadBufferBytes, "Number of uncompressed bytes read from compressed sources (files or over a network).") \
M(ReadCompressedBytes, "Number of bytes (the number of bytes before decompression) read from compressed sources (files, network).") \
M(CompressedReadBufferBlocks, "Number of compressed blocks (the blocks of data that are compressed independent of each other) read from compressed sources (files, network).") \
M(CompressedReadBufferBytes, "Number of uncompressed bytes (the number of bytes after decompression) read from compressed sources (files, network).") \
M(UncompressedCacheHits, "") \
M(UncompressedCacheMisses, "") \
M(UncompressedCacheWeightLost, "") \