Skip to content

e-kud/allocgrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages