pprof DLang needs?

Eduard Staniloiu edi33416 at gmail.com
Tue Apr 21 20:17:37 UTC 2020


On Monday, 20 April 2020 at 21:22:37 UTC, welkam wrote:
> On Monday, 20 April 2020 at 17:30:11 UTC, Tim wrote:
>> allocations on the D heap?
> Whats that? You mean GC heap? I tried that tool on DMD and it 
> found its custom allocator so it did all the things I needed it 
> for. But yeah for better support you would need to modify the 
> source and since its written in C++ I dont think I will touch 
> it.

I just want to add that valgrind works really well with D.
You can use massif to profile the heap allocations [0].

[0] - https://www.valgrind.org/docs/manual/ms-manual.html


More information about the Digitalmars-d mailing list