dwarf-assembly/stats
Théophile Bastian 6629de9a3e stats: various modifications 2018-08-08 14:38:41 +02:00
..
.gitignore stats: various modifications 2018-08-08 14:38:41 +02:00
README.md Add tentative WIP stats module 2018-08-08 14:38:41 +02:00
__init__.py Add tentative WIP stats module 2018-08-08 14:38:41 +02:00
fde_stats.py stats: various modifications 2018-08-08 14:38:41 +02:00
gather_stats.py stats: various modifications 2018-08-08 14:38:41 +02:00
helpers.py stats: various modifications 2018-08-08 14:38:41 +02:00
pyelftools_overlay.py stats: various modifications 2018-08-08 14:38:41 +02:00
requirements.txt stats: various modifications 2018-08-08 14:38:41 +02:00
stats_accu.py stats: various modifications 2018-08-08 14:38:41 +02:00

README.md

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