puncover
puncover copied to clipboard
Overview page / sort by stack usage
Hi, nice tool. Had a could questions/requests:
-
How do I get to the overview page that you have an example screenshot of? I did not get such overview page running the tool on my source code.
-
Would it be possible to add sorting option on the "Stack" usage column?
Thanks!
Hey @0x0ptr , the screenshots on the readme show from left to right "details of a function", "details of a file" and "details of a directory". Their respective content vary depending on the .elf
you are analyzing, though. Can you share what you expect to happen and what you see instead?
As for sorting by stack usage, this was implemented by @mjessome in #29 . I hope this is what you were looking for.
Any comment @0x0ptr ? Did Marc's change help you? And can you clarify on the "overview page"?
Hi! Ye, thanks! #29 was exactly what I was looking for! Thanks again.
Regarding what I call the "overview page". I was sure you had a screenshot before (not there now?!?) that showed a nice overview page with stats for the WHOLE project at once. I think it was for example showing the functions with the top stack usage. But I cannot find it now. Not sure if you know what I am talking about. I might be confused with "Details of Function" screenshow that shows worst case stack usage. (I don't see that either btw).
Either way it would be nice to have an overview page of the whole analysed project showing the top code stack usage etc :-)
Again, thanks for a cool and very useful tool!