-
- Downloads
memory_analyzer: major rework
This patch makes memory_analyzer understand the newly introduced tracepoint arguments: allocator type, allocated memory and requested alignment. Allocations are grouped and shown in as a tree together with frequency information, number of blocks that hasn't been freed yet and amount of memory wasted by internal fragmentation. Signed-off-by:Pawel Dziepak <pdziepak@quarnos.org> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Showing
- scripts/memory_analyzer.py 201 additions, 0 deletionsscripts/memory_analyzer.py
- scripts/post-processing/memory/README.txt 0 additions, 23 deletionsscripts/post-processing/memory/README.txt
- scripts/post-processing/memory/memory-analyzer.py 0 additions, 134 deletionsscripts/post-processing/memory/memory-analyzer.py
Loading
Please register or sign in to comment