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: "bklungle" Subject: Re: Help CPU time Date: 1997/12/05 Message-ID: <66atju$4ip@sjx-ixn8.ix.netcom.com>#1/1 X-Deja-AN: 295700111 References: <3488ee98.0@news.greennet.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: B & D Associates X-NETCOM-Date: Fri Dec 05 11:07:42 PM PST 1997 Newsgroups: comp.lang.ada Date: 1997-12-05T23:07:42-08:00 List-Id: If you are running on most any Unix, use the "time" command. $time mycommand cheers...bob FKong wrote in message <3488ee98.0@news.greennet.net>... >I have an assignment to compare the efficiency of different sort methods. >Someone please tell me how to get cpu time.