]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add command to show compression statistics (#440)
authorAnders Björklund <anders.f.bjorklund@gmail.com>
Mon, 15 Jul 2019 13:28:26 +0000 (15:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Jul 2019 13:28:26 +0000 (15:28 +0200)
commit26fbfd4f3fcd25c100b1b2e0af66bb422b44a993
tree7f5d6de7e71079f4b65a8176715ec9f7df4f27ce
parenta46fd5b8fa4995f230995c9d75f102b337510fc1
Add command to show compression statistics (#440)

This will only show information about the files that is knows about
(right magic bytes). So the file count might differ from what is shown
with the regular statistics (which shows all files, including old ones).

The terminology used here is a bit confused, the compression ratio is
supposed to grow upwards. Sometimes known as "space savings" instead,
so list both values (ratio and savings) to make the output more obvious.
Makefile.in
src/ccache.c
src/ccache.h
src/common_header.c
src/common_header.h
src/compress.c [new file with mode: 0644]
src/manifest.c
src/manifest.h
src/result.c
src/result.h