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

Counting assembly bytes doesn't work properly for constant data in the .text section, which causes underreporting of sizes. The actual size reported by nm is present and accurate, so we...

It may not be necessary to strictly pin them; we could loosen to only specify minor or major version. Or we could switch to poetry so the test requirements would...

So, I was hesitant about filing this, but on twitter you indicated that you weren't opposed to it. I have a lot of cases where this would be insanely useful,...

In my project I noted that using the map file generated during the linking is much mode accurate than using output of nm. nm does not provide size of the...

Hi, nice tool. Had a could questions/requests: 1. How do I get to the overview page that you have an example screenshot of? I did not get such overview page...

Since the Github workflow with PRs based on forks doesn't seem to allow for auto-corrections by CI, we should at least verify that PEP 8 was followed. We could then...

The disassembly generated by the xc16 toolchain (microchip) generates symbols for every label in the source code. For example, this is one function that gets transformed into multiple symbols: `SetUsbChannel`,...

Right now, the readme is not very helpful for first-timers. This tasks describes the effort to improve this. @tyhoff had ideas such as providing example calls and to talk about...

`objdump -S` or `-l` are a good starting point but aspects such as - accuracy of those logs, - non-contiguous source inclusion - macros and inlined functions - content from...

Today's parsing step of assembly and the approach described in #7 and #8 make it difficult for puncover to support new instruction sets. Instead of looking at the actual opcodes...