.. | ||
.gitignore | ||
__init__.py | ||
fde_stats.py | ||
gather_stats.py | ||
helpers.py | ||
pyelftools_overlay.py | ||
README.md | ||
requirements.txt | ||
stats_accu.py |
Statistical scripts
Computes stats about a whole lot of stuff.
Setup
virtualenv -p python3 venv # Do this only once
source venv/bin/activate # Do this for every new shell working running the script
pip install -r requirements.txt # Do this only once