pprof-rs
pprof-rs copied to clipboard
is there any plan to support heap alloc analysis?
thanks to pprof-rs i could analyze my program’s performance easily! is there any plan to support heap alloc analysis officially in proto format? or is there any guidance to implement that by my self?
I have written some codes about heap profiling a year ago (before I wrote pprof-rs
). I will try to merge them these days and it seems not to be a hard task 😄 . Can you help to review the codes when I submit the PR?
Good news! It's my pleasure! 😄