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,cae92f92d6a1d4b1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada.Execution_Time Date: Thu, 16 Dec 2010 11:37:17 +0000 Organization: A noiseless patient Spider Message-ID: References: <4d05e737$0$6980$9b4e6d93@newsspool4.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx01.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="13539"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19HCcjKpQQ1I/PemXLNINK1kXx8d7jsRG0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:UiBSrugPKiKRSjyd2csKoSJVp0Q= sha1:vL0K9J4um7GnygGTDsDAS+eh0FQ= Xref: g2news2.google.com comp.lang.ada:16950 Date: 2010-12-16T11:37:17+00:00 List-Id: BrianG writes: >> Arguably, CPU_Time is misnamed, because it is *not* >> some sort of time type. > Then the package is misnamed too - How is "Execution_Time" not a time? A 'time type' [http://www.adaic.com/resources/add_content/standards/05rm/html/RM-9-6.html] (6) can be used as the argument for a delay statement. Wouldn't make a lot of sense for an execution time! (well, perhaps one could think of some obscure use ...) I see the standards have moved, time to update my bookmarks!