Metadata-Version: 2.1
Name: puncover
Version: 0.0.1
Summary: Analyses C/C++ build output for code size, static variables, and stack usage.
Home-page: https://github.com/hbehrens/puncover
Download-URL: https://github.com/hbehrens/puncover/tarball/0.0.1
Author: Heiko Behrens
License: MIT
License-File: LICENSE.txt
Requires-Dist: Flask (==0.10.1)
Requires-Dist: mock (==1.3.0)
Requires-Dist: codecov (==2.0.5)
Requires-Dist: nose-cov (==1.6)

.. image:: https://img.shields.io/travis/HBehrens/puncover.svg
    :target: https://travis-ci.org/HBehrens/puncover
.. image:: https://img.shields.io/codecov/c/github/HBehrens/puncover.svg
    :target: https://codecov.io/gh/HBehrens/puncover

puncover
========

.. image:: https://raw.githubusercontent.com/HBehrens/puncover/master/images/overview.png

Analyzes C/C++ binaries for code size, static variables and stack usages.
It creates a report with dissambler and call-stack analysis per directory, file, or function.

