From: Ledeniov Oleg
Subject: Measuring time in CMU Common Lisp
Date: 
Message-ID: <326A62E2.7DC9@cs.technion.ac.il>
Hi All!

In my work I need to make some precise time measurements.
The built-in function (get-internal-run-time) returns result
in hundredth parts of second - that is not precise enough.
How can I obtain the result in milliseconds or - even better -
in microseconds? Is it possible? 
I work with CMU Common Lisp.

TIA,

Oleg Ledeniov
·····@cs.technion.ac.il
From: Erik Naggum
Subject: Re: Measuring time in CMU Common Lisp
Date: 
Message-ID: <3054839616393203@naggum.no>
* Ledeniov Oleg <·····@cs.technion.ac.il>
| In my work I need to make some precise time measurements.  The built-in
| function (get-internal-run-time) returns result in hundredth parts of
| second - that is not precise enough.  How can I obtain the result in
| milliseconds or - even better - in microseconds? Is it possible?  I work
| with CMU Common Lisp.

`unix:unix-gettimeofday' may give you what you need.

#\Erik
-- 
I could tell you, but then I would have to reboot you.