From ... From: Erik Naggum Subject: Re: Measuring time in CMU Common Lisp Date: 1996/10/20 Message-ID: <3054839616393203@naggum.no>#1/1 X-Deja-AN: 190833736 sender: erik@arcana.naggum.no references: <326A62E2.7DC9@cs.technion.ac.il> organization: Naggum Software; +47 2295 0313; http://www.naggum.no newsgroups: comp.lang.lisp * Ledeniov Oleg | 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.