When I use ccache -s
, I get like this.
root@iZwz98um4r4f2aucz24e1yZ:~# ccache -s
cache directory /root/.ccache
primary config /root/.ccache/ccache.conf
secondary config (readonly) /etc/ccache.conf
But when I set different environment CCACHE_DIR
for my different C++ projects, how can I get my CCACHE_DIR
statistics? Is there parameters can do this?