best memory profiler (to debug accumulated allocation of each line) for D?
rassoc
rassoc at posteo.de
Fri Oct 14 19:06:12 UTC 2022
On 10/14/22 20:45, mw via Digitalmars-d-learn wrote:
> Any suggestions?
There's `dmd -profile=gc` or `dub build --build=profile-gc`.
More information about the Digitalmars-d-learn
mailing list