digitalmars.D - Slides about profiling (on Linux)
I've been planning to write a blog post about profiling D on Linux for a while, and... while I still didn't get around to writing an actual post, I recently gave a talk/workshop about profiling/optimizing on Linux at local hackerspace. While it's aimed at the local C/C++ audience, a lot of it is relevant to D (especially perf, which works well with D - except for name mangling - I keep hearing about people using valgrind/callgrind with D but never got it to work myself). Slides and sample code: http://defenestrate.eu/2014/10/31/profiling_on_linux.html
Oct 31 2014
On Friday, 31 October 2014 at 15:46:45 UTC, Kiith-Sa wrote:Slides and sample code: http://defenestrate.eu/2014/10/31/profiling_on_linux.htmlNice. Thanks.
Oct 31 2014