Re: Timer library?

2010-01-25 Thread Pelle Månsson
On 01/25/2010 04:02 PM, strtr wrote: Stanislav Blinov Wrote: 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 m

Re: Timer library?

2010-01-25 Thread strtr
Lars T. Kyllingstad Wrote: > It's not undocumented, it's just badly linked-to. :) > > http://www.digitalmars.com/d/2.0/phobos/std_perf.html > > -Lars http://www.digitalmars.com/d/1.0/phobos/std_perf.html

Re: Timer library?

2010-01-25 Thread Lars T. Kyllingstad
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

Re: Timer library?

2010-01-25 Thread strtr
Stanislav Blinov Wrote: > 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. > > > >

Re: Timer library?

2010-01-25 Thread Stanislav Blinov
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

Timer library?

2010-01-25 Thread Pelle Månsson
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 l