mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Add pahole to the Other Tools list
This commit is contained in:
@@ -388,3 +388,7 @@ Don't forget to make sure that your error handling is being tested and works pro
|
||||
### Bloaty McBloatface
|
||||
|
||||
[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.
|
||||
|
||||
Reference in New Issue
Block a user