Profiling after exit()
Martin Nowak
code at dawg.eu
Tue Mar 6 20:25:32 UTC 2018
On Thursday, 27 July 2017 at 15:16:35 UTC, Eugene Wissner wrote:
> Are there profilers that work well with dmd? valgrind? OProfile?
Yes, any sampling profiler works fine, e.g. perf on linux, Intel
VTune/AMD CodeXL on Windows.
Those directly monitor CPU performance counters and have a
negligible performance overhead compared with dmd's instrumenting
profiler, also they don't require rebuilding of binaries.
More information about the Digitalmars-d-learn
mailing list