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.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1d629cbff6c439a6,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail From: "The One Who Rages" Newsgroups: comp.lang.ada Subject: Task Management Followup-To: comp.lang.ada Date: 28 Dec 2005 03:27:52 -0800 Organization: http://groups.google.com Message-ID: <1135769272.690177.182630@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: 83.8.80.128 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1135769278 5239 127.0.0.1 (28 Dec 2005 11:27:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 28 Dec 2005 11:27:58 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; PL; rv:1.6) Gecko/20040206 Firefox/0.8,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=83.8.80.128; posting-account=Smh_4gwAAAAt2rjLR12RlxLfC5--91gD Xref: g2news1.google.com comp.lang.ada:2379 Date: 2005-12-28T03:27:52-08:00 List-Id: Hello I am new to ada. I am trying to develop a simple system for managing different(predefined) tasks. I need to know time consumption for each task(f.e task with id 1 used 213 ms of processor). Could anyone point me vision of solution? I can estimate of course, but it is not sattisfactying me. I work under winXP, with gnat compiler. Regards. Christopher