I've noticed that CLR (time) fn does not return partial milliseconds.
https://github.com/clojure/clojure-clr/blob/master/Clojure/Clojure/Lib/RT.cs#L3308
Im not sure if changing it to
public static double StopStopwatch() { _stopwatch.Stop(); return _stopwatch.Elapsed.TotalMilliseconds; }
will not break things.
any suggestions?
@the_d: It's probably worth posting on the mailing list if you don't get an answer, this channel isn't very active