mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #122 from timwoj/master
Add pahole to the list of other tools
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
|
||||||
|
|
||||||
[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.
|
||||||
|
|||||||
Reference in New Issue
Block a user