Fork me on GitHub
#clr
<
2017-03-29
>
the_d08:03:15

I've noticed that CLR (time) fn does not return partial milliseconds.

the_d08:03:52

Im not sure if changing it to

the_d08:03:01

public static double StopStopwatch() { _stopwatch.Stop(); return _stopwatch.Elapsed.TotalMilliseconds; }

the_d08:03:14

will not break things.

the_d08:03:23

any suggestions?

shaun-mahood15:03:01

@the_d: It's probably worth posting on the mailing list if you don't get an answer, this channel isn't very active