Subject: Re: Measuring time in CMU Common Lisp From: Erik Naggum <erik@naggum.no> Date: 1996/10/20 Newsgroups: comp.lang.lisp Message-ID: <3054839616393203@naggum.no> * Ledeniov Oleg <olleg@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.