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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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: BrianG Newsgroups: comp.lang.ada Subject: Re: Ada.Execution_Time Date: Sun, 19 Dec 2010 22:14:14 -0500 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 20 Dec 2010 03:14:17 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="P3VOJKrHjsVRylhXLW3J8w"; logging-data="5081"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+bPzBz4kU3HttSfnutdJtO" User-Agent: Thunderbird 2.0.0.24 (X11/20100623) In-Reply-To: Cancel-Lock: sha1:tktF5S89SYLz1FKiMqrwVpZ4kwU= Xref: g2news2.google.com comp.lang.ada:17027 Date: 2010-12-19T22:14:14-05:00 List-Id: anon@att.net wrote: > In , BrianG writes: >> anon@att.net wrote: >>> In , BrianG writes: >>>> Georg Bauhaus wrote: >>>>> On 12/12/10 10:59 PM, BrianG wrote: >> .... > > Kind of funny you cutting down "TOP" which can be found on most Linux > boxes Which allow anyone with the CPU options turn on to see both the > Real_Time and CPU_Time. Please provide any comment I made for/against "top". Since my original question was based on Windows and I've stated that my (current) Linux doesn't support this package, that seems unlikely (even if I didn't trust my memory). > ... > Note: Not sure of the name for the Windows version of Linux's top. There is (that I know of) no real equiv to "top" - as in a command-line program. The equiv to GNOME's "System Monitor" (for example - a gui program) would be Task Manager (and I made no comment about that either). > ... > > How to you think these or any other web hosting company could measure the > complete system resources without measuring the CPU Execution Time on a > given user or application! In Ada, the routines can now use the package > called "Ada.CPU_Execution_Time". > I have no problem with what Execution_Time does (as evidenced by the fact that I asked a question about its use) - it measures exactly what I want, an estimate of the CPU time used by a task. My problem is with the way it is defined - it provides, by itself, no "value" of that that a using program can make use of to print or calculate (i.e. you also need Real_Time for that, which is silly - and I disagree that that is necessarily required in any case - my program didn't need it otherwise). > --BrianG