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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5a6c0aa1981fad51 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Help CPU time Date: 1997/12/08 Message-ID: <348C085F.1C03@gsfc.nasa.gov>#1/1 X-Deja-AN: 296285580 References: <3488ee98.0@news.greennet.net> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-12-08T00:00:00+00:00 List-Id: FKong wrote: > > I have an assignment to compare the efficiency of different sort methods. > Someone please tell me how to get cpu time. As a start, you can use the package Calendar, which has the routine Clock; see your reference manual. If you are running on a system with lots of other users, this won't be very good (but it might be good enough; ask your professor). If you are on a single user system, it will be very good. -- - Stephe