Re: profiling issues

2014-09-11 Thread Vlad Levenfeld via Digitalmars-d-learn
Awesome! These are exactly what I was looking for. Thanks!

Re: profiling issues

2014-09-11 Thread Kiith-Sa via Digitalmars-d-learn
On Friday, 12 September 2014 at 03:23:55 UTC, Vlad Levenfeld wrote: I've got a library I've been building up over a few projects, and I've only ever run it under "debug" "unittest" and "release" (with dub "buildOptions"). Lately I've needed to control the performance more carefully, but unfortu

profiling issues

2014-09-11 Thread Vlad Levenfeld via Digitalmars-d-learn
I've got a library I've been building up over a few projects, and I've only ever run it under "debug" "unittest" and "release" (with dub "buildOptions"). Lately I've needed to control the performance more carefully, but unfortunately trying to compile with dub --profile gives me some strange er