Timer library?

Lars T. Kyllingstad public at kyllingen.NOSPAMnet
Mon Jan 25 07:06:14 PST 2010


strtr wrote:
> Stanislav Blinov Wrote:
> 
>> Pelle M幩sson wrote:
>>> I'm in need for a timer library that measures the acutal time. I have 
>>> tried std.c.time's clock(), but it only measures time spent inside the 
>>> program, not actual time elapsed.
>>>
>>> I need at least millisecond resolution, so std.c.time.time() is not an 
>>> option.
>>>
>>> I wonder, is there a good library for this?
>> Have you tried std.date? :-)
> 
> and there is of course the undocumented std.perf.

It's not undocumented, it's just badly linked-to. :)

http://www.digitalmars.com/d/2.0/phobos/std_perf.html

-Lars


More information about the Digitalmars-d-learn mailing list