pprof DLang needs?
zoujiaqing
zoujiaqing at gmail.com
Mon Apr 20 11:11:22 UTC 2020
On Monday, 20 April 2020 at 08:28:43 UTC, welkam wrote:
> I use perf:
> perf record -g <program_name>
> then
> perf report -g 'graph,0.5,caller'
>
> And for memory usage I use heaptrack. The new tool you propose
> needs to bring something new to be worth using over the others
> and I dont think rewriting tools that already exist is worth
> it. Better improve existing ones. The only thing my mentioned
> tools are missing is D symbol demangling.
Thanks, I will be try :)
More information about the Digitalmars-d
mailing list