puncover icon indicating copy to clipboard operation
puncover copied to clipboard

Analyses C/C++ build output for code size, static variables, and stack usage

Results 41 puncover issues
Sort by recently updated
recently updated
newest added

On windows i get this error with puncover: ![image](https://github.com/HBehrens/puncover/assets/5186634/14a822b0-7fc4-4d12-af07-90ae1f0f80c3) Same compile on a mac works fine

Add a method to output files and/or info to a folder/files/pdf. Would be beneficial in a CI job to have this type of analysis be used for diagnostic/historical reason, as...

Running in cmd with Windows 10 and Python 3.8 results in the following error: ```shell puncover --elf-file parsing ELF at enhancing function sizes deriving folders enhancing file elements enhancing assembly...

Got an elf file that was built for arm under windows with a proprietary compiler. I get very little information displayed from puncover. The paths do not work at all,...

With a growing set of capabilities such as #17 or #16 passing information as arguments becomes unmaintainable. Instead, there should be a configuration file.

Hi all maybe someone can help me here. I tried to use puncover on a fresh debian 11 installation. I installed puncover with apt-get install pip pip3 install puncover When...

- Add a pre-commit config file - Add pre-commit - Run pre-commit and commit the result - Add .git-blame-ignore-revs for pre-commit run

I encountered a library with windows file paths and some of them had even the current working directory during the build added in front of the file path, like this:...

The regex in collector.py currently assumes that the memory addresses output by nm are 8-characters wide (e.g. 32-bit addresses). Update the regex to accept any number of characters between 8...