clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
the_d 2017-03-29T08:29:15.488791Z

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

the_d 2017-03-29T08:30:52.508617Z

Im not sure if changing it to

the_d 2017-03-29T08:31:01.510604Z

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

the_d 2017-03-29T08:31:14.512950Z

will not break things.

the_d 2017-03-29T08:31:23.514941Z

any suggestions?

shaun-mahood 2017-03-29T15:45:01.826284Z

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