Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 277 Bytes

allocgrind

Inspired by maxmem2.sh and maxmem-pipe2.py scripts from https://gcc.gnu.org/wiki/PerformanceTesting

How-to

$ strace -e brk,mremap,munmap,mmap,mmap2 -f -tt -k -o "|./allocgrind.py" yourapp
$ /path/to/FlameGraph/flamegraph.pl out.stacks > out.svg