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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b49d3a703a4b4db5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j8g2000yqd.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: Making measurements (Was: compiler settings in AdaGIDE) Date: Mon, 26 Jul 2010 02:57:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87vd82u0vn.fsf_-_@hugsarin.sparre-andersen.dk> NNTP-Posting-Host: 143.117.23.233 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280138268 26332 127.0.0.1 (26 Jul 2010 09:57:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 26 Jul 2010 09:57:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yqd.googlegroups.com; posting-host=143.117.23.233; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2010062510 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12572 Date: 2010-07-26T02:57:48-07:00 List-Id: On Jul 26, 9:02=A0am, Jacob Sparre Andersen wrote: > Jonathan wrote: > > =A0 =A02010 GNAT GPL: > > =A0 =A0gnatmake bench.adb -gnatnp -O2 -march=3Dnative -ffast-math -funr= oll- > > loops > > =A0 =A03.61 seconds > > I hope this is a average or median value from several measurements. > > Which of the two? =A0Did you estimate the uncertaincy of your > measurements? > > Jacob > -- > Jacob Sparre Andersen Research & Innovation > Vesterbrogade 148K, 1. th. > 1620 K=F8benhavn V > Danmark > > Phone: =A0 =A0+45 21 49 08 04 > E-mail: =A0 ja...@jacob-sparre.dk > Web-sted:http://www.jacob-sparre.dk/ I did a few runs with the linux: time ./bench on an empty machine and got numbers like this: 0m3.612s 0m3.604s 0m3.620s 0m3.612s 0m3.620s 0m3.604s Some programs fluctuate hugely in running time .. never figured out why. J.