I just installed freshly Gentoo, then emerged kde. But before that I installed ccache and configured like said in Handbook. And when I type
Code: Select all
ccache -sCode: Select all
ccache -sCode: Select all
CCACHE_DIR=/var/tmp/ccache/ watch ccache -sWhat do the 'compile failed' and 'cache miss' numbers mean?toralf wrote:Code: Select all
CCACHE_DIR=/var/tmp/ccache/ watch ccache -s
Code: Select all
Every 2.0s: ccache -s
cache hit 82615
cache miss 184174
called for link 25724
multiple source files 270
compile failed 6040
ccache internal error 3
preprocessor error 1987
bad compiler arguments 12
not a C/C++ file 17005
autoconf compile/link 44411
unsupported compiler option 8203
no input file 50258
files in cache 276997
cache size 1.7 Gbytes
max cache size 2.0 Gbytes
