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 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: brashear@ns1.sw-eng.falls-church.va.us (Philip Brashear) Subject: Re: Help CPU time Date: 1997/12/08 Message-ID: <66h07j$ati@ns1.sw-eng.falls-church.va.us>#1/1 X-Deja-AN: 296275797 References: <3488ee98.0@news.greennet.net> Organization: None Newsgroups: comp.lang.ada Date: 1997-12-08T00:00:00+00:00 List-Id: In article <3488ee98.0@news.greennet.net>, FKong wrote: >I have an assignment to compare the efficiency of different sort methods. >Someone please tell me how to get cpu time. First, getting CPU time is completely operating system dependent, so you need to tell us what compiler and operating system you're using. Second, if you want to get it "right", there are some fairly complex techniques that you have to use. As an example, you might look at the Quick-Look subset of the Ada Compiler Evaluation System. Set your Web browser to http://sw-eng.falls-church.va.us/compilers/aces and look for "Quick-Look". Warning -- measuring execution time accurately is a nasty business! Phil Brashear EDS, Inc. phil.brashear@acm.org