problem with gc?

Anonymouse via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 27 03:44:55 PDT 2015


On Wednesday, 27 May 2015 at 10:24:59 UTC, zhmt wrote:
> @Anonymouse
>
> Thank u very much, I have tried this:
>
>  valgrind  --tool=callgrind ./gamelibdtest
>
> callgrind_annotate callgrind.out.29234
>
> --------------------------------------------------------------------------------
>          Ir  file:function
> --------------------------------------------------------------------------------
> [...]

Without touching on the actual profile (which I'll leave to those 
better knowledgeable than I), open those callgrind.out.pid.* 
files in KCachegrind to get callgraphs.

See https://imgur.com/AZEutCE,XXIDBvB,qehWaHg,bpTxS,3YfcJdh for 
some examples.


More information about the Digitalmars-d-learn mailing list