Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 1996 21:52:04 +0000
From:      "/home/nbc/.mail.sig" <nbc@vulture.dmem.strath.ac.uk>
To:        hackers@FreeBSD.org
Subject:   Re: Pentium gcc port done 
Message-ID:  <199602012152.VAA10294@vulture.dmem.strath.ac.uk>

next in thread | raw e-mail | index | archive | help

OK, here are some quick povray benchmarks; Not too bad eh!

Neil

--- standard port distribution
    CFLAGS = -O

/usr/bin/time povray +I lamp.pov +W320 +H256 -D +A
      232.54 real       138.94 user         0.14 sys

--- standard port with -mpentium
    CFLAGS = -O -mpentium

/usr/bin/time povray +I lamp.pov +W320 +H256 -D +A
       86.81 real        81.91 user         0.22 sys

--- standard port with more opts. 
    CFLAGS = -O3 -mpentium -fomit-frame-pointer

/usr/bin/time povray +I lamp.pov +W320 +H256 -D +A
       84.29 real        79.05 user         0.14 sys



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602012152.VAA10294>