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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,75c440b4b7ed5f91 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 26 Oct 2007 20:58:59 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Real Time IO routines References: <1193433267.671789.134690@50g2000hsm.googlegroups.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 26 Oct 2007 20:58:59 -0500 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 24.4.252.232 X-Trace: sv3-eSZPAjVUDXGjMzC7kJ1dwUAGCx6OE0w+ykLSs1/7VHTHiR3g/nvGtIGx6ihYUOqqndfe80CXkrMVUu/!62cSL9heYfh9faW0n47cRAmydcRPikp782qGNq1slYXCCQUQncqhnvaKfUmXAJArZkumsJ+dCRDQ!fVjMPoZneiWGWz3NqEsgONOK8BfN X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.35 Xref: g2news2.google.com comp.lang.ada:2602 Date: 2007-10-26T20:58:59-05:00 List-Id: You might want to run/look-at the "time the clock" routine at www.adapower.com under "reuse", "misc", "tt" It shows various measurements on how fast the clock ticks, what's the minimal interval it can measure, etc. It's written for Ada.Calendar rather than Ada.Real_Time but could be changed (and they are probably the same anyway).