fweik / ccache-stats

Python package for reading out ccache statistics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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())

About

Python package for reading out ccache statistics.

License:MIT License


Languages

Language:Python 100.0%