Skip to content

Python package for reading out ccache statistics.

License

Notifications You must be signed in to change notification settings

fweik/ccache-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages