 |
 |
|
 |
|
 |
|  |
|  |
|
 |
From: Jim Kress
Subject: POV Benchmark Windows ME - big difference between command line and GUI
Date: 20 Nov 2000 18:34:59
Message: <3a19b523@news.povray.org>
|
|
 |
|  |
|  |
|
 |
Just got a new computer with Windows ME and was trying the POV benchmark
(skyvase.pov). I ran it two ways using the Standard download of v3.1g with
the following results:
1) Windows ME command line 34 sec
2) POV GUI 43 sec
Quite a large difference!
The command line used in 1) was run from a DOS window in the bin directory.
The command line was:
pvengine -i skyvase.pov +v1 +ft -x +mb25 +a0.300 +j1.000
+r3 -q9 -w640 -H480 -S1 -E480 -k0.000 -mv2.0 +b1000 > results.txt
In 2) the command line section was modified per POVBench instructions:
Edit settings/Render (or press Alt+C) and pasted:
+v1 -d +ft -x +a0.300 +r3 -q9 -w640 -h480 -mv2.0 +b1000
into the "Command line options" box. Skyvase.pov was already loaded (and
was the only file loaded),
I also set the GUI priority to lowest and the Render priority to highest.
Anybody got any ideas why the difference was so large?
Jim
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Warp
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 04:15:46
Message: <3a1a3d42@news.povray.org>
|
|
 |
|  |
|  |
|
 |
Did you try with the MSVC compile of povray?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Matt Giwer
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 04:38:08
Message: <3A1A427F.5843FFB8@ij.net>
|
|
 |
|  |
|  |
|
 |
Jim Kress wrote:
>
> Just got a new computer with Windows ME and was trying the POV benchmark
> (skyvase.pov). I ran it two ways using the Standard download of v3.1g with
> the following results:
>
> 1) Windows ME command line 34 sec
> 2) POV GUI 43 sec
>
> Quite a large difference!
The usual answer is the difference is the overhead of running a windows
OS. About 25% and a bit high but that may be the new ME. It runs so many
things as cycle consuming processes that you have to expect this sort of
thing.
Object oriented. The entire GUI screen is an object. That little PPS
number in the bottom right is a daughter process. The entire screen is
updated for that little change. I didn't make it that way, Gates did.
--
When roads are removed from national parks it
discriminates against the handicapped.
-- The Iron Webmaster, 146
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Geoff Wedig
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 07:43:25
Message: <3a1a6dec@news.povray.org>
|
|
 |
|  |
|  |
|
 |
Matt Giwer <jul### [at] ij net> wrote:
> Jim Kress wrote:
>>
>> Just got a new computer with Windows ME and was trying the POV benchmark
>> (skyvase.pov). I ran it two ways using the Standard download of v3.1g with
>> the following results:
>>
>> 1) Windows ME command line 34 sec
>> 2) POV GUI 43 sec
>>
>> Quite a large difference!
> The usual answer is the difference is the overhead of running a windows
> OS. About 25% and a bit high but that may be the new ME. It runs so many
> things as cycle consuming processes that you have to expect this sort of
> thing.
> Object oriented. The entire GUI screen is an object. That little PPS
> number in the bottom right is a daughter process. The entire screen is
> updated for that little change. I didn't make it that way, Gates did.
Was the first run in a dos window or in Dos (ie, restart computer in Dos
only mode)? Also, was the image displaying? I've found that image display
takes up a large chunk of time for no reason that I can see, so I've taken
to turning it off and only doing spot checks.
Geoff
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
> Object oriented. The entire GUI screen is an object. That little PPS
>number in the bottom right is a daughter process. The entire screen is
>updated for that little change. I didn't make it that way, Gates did.
Is not.
--
Ron Parker http://www2.fwi.com/~parkerr/traces.html
My opinions. Mine. Not anyone else's.
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Greg M Johnson
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 09:03:07
Message: <3A1A7F49.67C5DCF1@my-dejanews.com>
|
|
 |
|  |
|  |
|
 |
Can you also cite a benchmark between the new and old PC's, along with chip
type & speed, and RAM?
Jim Kress wrote:
> 1) Windows ME command line 34 sec
> 2) POV GUI 43 sec
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Jim Kress
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 12:55:11
Message: <3a1ab6ff$1@news.povray.org>
|
|
 |
|  |
|  |
|
 |
I ran it in a DOS window under Windows ME. I did not reboot to DOS.
Jim
"Geoff Wedig" <wed### [at] darwin epbi cwru edu> wrote in message
news:3a1a6dec@news.povray.org...
> Matt Giwer <jul### [at] ij net> wrote:
>
> > Jim Kress wrote:
> >>
> >> Just got a new computer with Windows ME and was trying the POV
benchmark
> >> (skyvase.pov). I ran it two ways using the Standard download of v3.1g
with
> >> the following results:
> >>
> >> 1) Windows ME command line 34 sec
> >> 2) POV GUI 43 sec
> >>
> >> Quite a large difference!
>
> > The usual answer is the difference is the overhead of running a
windows
> > OS. About 25% and a bit high but that may be the new ME. It runs so many
> > things as cycle consuming processes that you have to expect this sort of
> > thing.
>
> > Object oriented. The entire GUI screen is an object. That little
PPS
> > number in the bottom right is a daughter process. The entire screen is
> > updated for that little change. I didn't make it that way, Gates did.
>
> Was the first run in a dos window or in Dos (ie, restart computer in Dos
> only mode)? Also, was the image displaying? I've found that image
display
> takes up a large chunk of time for no reason that I can see, so I've taken
> to turning it off and only doing spot checks.
>
> Geoff
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Jim Kress
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 12:56:06
Message: <3a1ab736$1@news.povray.org>
|
|
 |
|  |
|  |
|
 |
I used the standard downloaded executable from povray.org. I did not
compile the source code.
Jim
"Warp" <war### [at] tag povray org> wrote in message
news:3a1a3d42@news.povray.org...
> Did you try with the MSVC compile of povray?
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Jim Kress
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 12:56:41
Message: <3a1ab759$1@news.povray.org>
|
|
 |
|  |
|  |
|
 |
Both runs were from the same (new) PC, one right after the other.
Jim
"Greg M. Johnson" <gre### [at] my-dejanews com> wrote in message
news:3A1A7F49.67C5DCF1@my-dejanews.com...
> Can you also cite a benchmark between the new and old PC's, along with
chip
> type & speed, and RAM?
>
> Jim Kress wrote:
>
> > 1) Windows ME command line 34 sec
> > 2) POV GUI 43 sec
>
Post a reply to this message
|
 |
|  |
|  |
|
 |
From: Greg M Johnson
Subject: Re: POV Benchmark Windows ME - big difference between command line and GUI
Date: 21 Nov 2000 13:47:28
Message: <3A1AC1EF.7391EC80@my-dejanews.com>
|
|
 |
|  |
|  |
|
 |
Jim Kress wrote:
> Both runs were from the same (new) PC, one right after the other.
Yes I figured, but could you run it on your old PC and then tell us specs
for old & new PC?
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |