pprof DLang needs?

zoujiaqing zoujiaqing at gmail.com
Fri Apr 24 04:26:37 UTC 2020


On Tuesday, 21 April 2020 at 20:17:37 UTC, Eduard Staniloiu wrote:
> 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

Thanks!


More information about the Digitalmars-d mailing list