rustatian / rock

Parser for the golang pprof profile format with mimalloc (on Linux) allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbolizer module

rustatian opened this issue · comments

provides a routine to populate a profile with symbol, file and line number information. It relies on the
addr2liner and demangle packages to do the actual work