Add pahole to the Other Tools list

This commit is contained in:
Tim Wojtulewicz
2020-04-24 17:30:03 -07:00
parent fe0fcf9040
commit 571d59382e

View File

@@ -388,3 +388,7 @@ Don't forget to make sure that your error handling is being tested and works pro
### Bloaty McBloatface ### Bloaty McBloatface
[Bloaty McBloatface](https://github.com/google/bloaty) is a binary size analyzer/profiler for unix-like platforms [Bloaty McBloatface](https://github.com/google/bloaty) is a binary size analyzer/profiler for unix-like platforms
### pahole
[pahole](https://linux.die.net/man/1/pahole) generates data on holes in the packing of data structures and classes in compiled code. It can also the size of structures and how they fit within the system's cache lines.