Timer library?

Stanislav Blinov stanislav.blinov at gmail.com
Mon Jan 25 04:42:41 PST 2010


Pelle Månsson 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? :-)


More information about the Digitalmars-d-learn mailing list