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=2.1 required=5.0 tests=BAYES_05,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5f82b682b397984,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-20 13:16:08 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!news.moneng.mei.com!hookup!yeshua.marcam.com!news.kei.com!world!blanket.mitre.org!linus.mitre.org!newsflash.mitre.org!news From: conn@ftmo-swc.mitre.org (Richard L. Conn) Newsgroups: comp.lang.ada Subject: Re: compilation time [was Re: Magnavox consult Date: 20 Oct 1994 19:05:26 GMT Organization: The MITRE Corporation (Fort Monmouth) Message-ID: <386f1m$dvr@newsflash.mitre.org> References: <385686$501@news.delphi.com> Reply-To: conn@ftmo-swc.mitre.org NNTP-Posting-Host: fenton.mitre.org Summary: Careful about comparing apples and oranges (subunits and no subunits) Date: 1994-10-20T19:05:26+00:00 List-Id: One thing to keep in mind about your metrics is the KIND of Ada code being compiled. If there is heavy reliance on subunits, for example, a lot of small files containing many subunits will probably take longer than a lot of small files with no subunits. Rick