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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71b19e01eae3a390 X-Google-Attributes: gid103376,public From: rracine@draper.com (Roger Racine) Subject: Re: delay until and GNAT - expand Date: 1999/05/07 Message-ID: #1/1 X-Deja-AN: 475137676 Sender: nntp@news.draper.com (NNTP Master) References: <7gpukr$s82$1@nnrp1.dejanews.com> <7grkbb$cee$1@nnrp1.deja.com> <7grvka$lc5$1@nnrp1.deja.com> Organization: Draper Laboratory Newsgroups: comp.lang.ada Date: 1999-05-07T00:00:00+00:00 List-Id: In article "isaac buchwald" writes: > Thank's to all. It was the req. of D.9(10,11). > So to expand the ques. can you state any impl. of Gnat ( or other >ada95 imp.) > on some real-time system with the upper limit . > Thanks. The implementation of "delay", given today's processor speeds, is pretty good. I have recently single stepped my way (in assembly) through it, and while I did not count the instructions, it had to be on the order of 100 instructions. So, given a good real-time operating system and a reasonably fast processor, a reasonable upper limit would probably be close to 1 microsecond (conservative estimate). I am surprised GNAT documentation does not have this, except that the number will be different for every underlying OS. Roger Racine