HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
431 stars 94 forks source link

Slow analyzing large elf files (parallelize?) #101

Open infn-ke opened 9 months ago

infn-ke commented 9 months ago

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 objdump in parallel?