Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 459 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 459 Bytes

ccache statistics

Build Status

This is a simple python package that runs ccache and extracts information about the cache statistics as returned by ccache -s and can report the version of a ccache executable.

Basic usage

from ccache_stats import CCacheStats

stats = CCacheStats()

print(stats.version())
print(stats.stats())