Get millisecond difference between 2 times

safety0ff safety0ff.dev at gmail.com
Sat Apr 5 19:31:28 PDT 2014


On Sunday, 6 April 2014 at 02:12:41 UTC, MrOverkill wrote:
> Dear sirs and madams and... Other things on internet forums,
>
> I am attempting to write a program, and I was wondering how to 
> get the time difference between point a and point b.

You should look into:
http://dlang.org/phobos/std_datetime.html#.Clock
and
http://dlang.org/phobos/std_datetime.html#.StopWatch
I'd likely use a StopWatch.

Also, you should use D.learn for questions like this.


More information about the Digitalmars-d mailing list