Path: utzoo!attcan!uunet!seas.gwu.edu!gwusun.gwu.edu!fortin From: fortin@seas.gwu.edu (robert fortin) Newsgroups: comp.sys.atari.st Subject: Accurate Timing Keywords: C function for timing Message-ID: <1671@sparko.gwu.edu> Date: 14 Mar 90 03:22:49 GMT Sender: news@seas.gwu.edu Reply-To: fortin@seas.gwu.edu (robert fortin) Organization: The George Washington University, Washington, D.C. Lines: 7 I need to do some accurate timing (milliseconds). Are there any C functions to get the real time clock with that accuracy. I can use event_multi to wait for a certain amount of time (and a keypress), but I want to know how much time actually passed if it returns because of a keyboard event instead of a timer event. Any suggestions? -Bob Fortin