Profiling

Jonathan M Davis jmdavisProg at gmx.com
Fri Dec 7 11:00:57 PST 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


More information about the Digitalmars-d-learn mailing list