std.benchmark is in reviewable state

Jonathan M Davis jmdavisProg at gmx.com
Mon Sep 26 09:01:12 PDT 2011


On Monday, September 26, 2011 11:30:58 Jerry Quinn wrote:
> Walter Bright Wrote:
> > We already have std.perf:
> >   http://www.d-programming-language.org/phobos/std_perf.html
> > 
> > A review should compare the two.
> 
> std.perf doesn't show up in the nav bar to the left.  I didn't know it
> existed until your post :-)

I don't think that it ever showed up in the online docs. I believe that the 
current StopWatch and benchmarking functions in std.datetime are supposed to 
have replaced it as well, so it's been scheduled for deprecation for a while 
(and probably should have been deprecated by now). Glancing at it though, it 
does appear to have more functionality that the StopWatch and benchmarking 
functions in std.datetime currently provide.

- Jonathan M Davis


More information about the Digitalmars-d mailing list