honggyukim / heaptrace

a tool that collects and reports heap allocated memory
GNU General Public License v2.0
13 stars 3 forks source link

support multiple sort orders in --flame-graph #12

Open honggyukim opened 1 year ago

honggyukim commented 1 year ago

As mentioned at https://github.com/honggyukim/heaptrace/issues/9#issuecomment-1384823879, we might need to support printing flamegraph output for multiple sort orders.

We have to care that the output cannot be directly passed to flamegraph.pl if heaptrace prints output for multiple sort orders so it should be separately printed in another way.

Bojun-Seo commented 1 year ago

I fully agree with your opinion.