digitalmars.D.learn - Profiling
- js.mdnq (8/8) Dec 07 2012 Is there a standard library that makes profiling easy and
- Jonathan M Davis (3/14) Dec 07 2012 The compiler has a -profile switch.
- Adam D. Ruppe (3/3) Dec 07 2012 these might be useful too
Is there a standard library that makes profiling easy and accurate? e.g., profile.start(); ... writeln(profile.end()); where profile.end() can has some nicely printed string to output(like xxm xxs xxms)?
Dec 07 2012
On Friday, December 07, 2012 19:49:30 js.mdnq wrote:Is there a standard library that makes profiling easy and accurate? e.g., profile.start(); ... writeln(profile.end()); where profile.end() can has some nicely printed string to output(like xxm xxs xxms)?The compiler has a -profile switch. - Jonathan M Davis
Dec 07 2012
these might be useful too http://dlang.org/phobos/std_datetime.html#benchmark http://dlang.org/phobos/std_datetime.html#StopWatch
Dec 07 2012