From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,51aec3e725649fde,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-28 18:28:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!newsroom.trumpet.com.au!news1.optus.net.au!optus!news01.syd.optusnet.com.au!spool01.syd.optusnet.com.au!spool.optusnet.com.au!210.49.20.119.MISMATCH!not-for-mail Reply-To: "Chris Vinall" From: "Chris Vinall" Newsgroups: comp.lang.ada Subject: Fairly simple question about using time in Ada Date: Sat, 29 Sep 2001 10:56:51 +0930 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <3bb5234f$0$9274$afc38c87@news.optusnet.com.au> NNTP-Posting-Host: 198.142.52.171 X-Trace: 1001726800 9274 198.142.52.171 Xref: archiver1.google.com comp.lang.ada:13501 Date: 2001-09-29T10:56:51+09:30 List-Id: I'm writing a program in which I need to be able to timestamp events and then later check how much real time has elapsed since that event occurred. It is essential that this timing operate to tenths of a second and hundredths of a second would be a lot better. How do I go about doing this in Ada? My textbook mentioned something about Duration but was less than helpful. Thanks for any help Chris