[racket] How can I measure time in nanoseconds?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Nov 11 13:32:51 EST 2010

30 minutes ago, Horace Dynamite wrote:
> The closest approximation I can find in the documentation is
> current-milliseconds? I require more accuracy in my project,
> specifically, nanosecond accuracy. I do apologise if I've missed
> this information in the documentation, if so can anyone point me to
> the right place? Or recommend a method to obtain more accuracy?

There's `current-inexact-milliseconds'.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.