Merge pull request #122 from timwoj/master

Add pahole to the list of other tools
This commit is contained in:
Jason Turner
2020-05-17 08:17:04 -06:00
committed by GitHub

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.