problem with gc?

Anonymouse via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 27 02:39:41 PDT 2015


On Wednesday, 27 May 2015 at 08:42:01 UTC, zhmt wrote:
> When I enable the --profle, get something like this, it doesnt 
> give me too much help:
> [...]

Tried callgrind and kcachegrind? If nothing else it's better at 
illustrating the same output, assuming you have graphviz/dot 
installed.

Given --dump-instr you can also get instruction-level profiling 
if you're really wondering what's happening.


More information about the Digitalmars-d-learn mailing list