puncover
puncover copied to clipboard
Analyses C/C++ build output for code size, static variables, and stack usage
I find that puncover is really slow analyzing my elf files, significantly slower than e.g. bloaty. Is there any way to speed up the analysis? E.g. can it run the...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Hi there, Recently I came across Puncover. It is a very nice and useful tool. But unfortunately, it doesn’t show me anything in the stack column. Folders are also unknown!...
I run it on x86_64 in virtualbox, but it shows empty. Don't know what's wrong. gcc and other tools are located /usr/bin, so I have to use `--gcc-tools-base` , or...
This PR fixes a bug where `base_dir` is ignored and all paths in the generated report are absolute. In `normalize_files_paths` function `base_dir` is normalized as `os.path.abspath(base_dir)`, but this function returns...
Hi! Fantastic tool, thank you so much for your work. I frequently use Puncover to find the worst case stack usage of a function. It would be exceptionally useful if...
Hi, Using arm-none-eabi-size I'm getting the code size of a random file containning .rodata ``` arm-none-eabi-size "autogen/sl_iostream_init_eusart_instances.o" -A autogen/sl_iostream_init_eusart_instances.o : section size addr .text 0 0 .data 0 0 .bss...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...