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,a447112bc8b81379 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news.zanker.org!border2.nntp.ams.giganews.com!nntp.giganews.com!proxad.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada, games and frame rate calculation Date: 19 Feb 2005 14:48:57 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1108824610 6835 62.49.19.209 (19 Feb 2005 14:50:10 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 19 Feb 2005 14:50:10 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: g2news1.google.com comp.lang.ada:8420 Date: 2005-02-19T14:48:57+00:00 List-Id: "Randy Brukardt" writes: > Both GNAT and Janus/Ada use the performance counters for Calendar; > thus there is no need for Real_Time to be different. (I don't know > about other Ada compilers for sure.) Without using the performance > counters, Calendar is too coarse to be usable for delays on Windows. Only true if the external time can never change; if it can, then D.8(32) isn't met. A clock jump is the difference between two successive distinct values of the clock (as observed by calling the Clock function). There shall be no backward clock jumps. -- Simon Wright 100% Ada, no bugs.