POV-Ray : Newsgroups : povray.bugreports : Bug report/feature request? : Re: Bug report/feature request? Server Time
28 Sep 2024 10:57:47 EDT (-0400)
  Re: Bug report/feature request?  
From: Thorsten Froehlich
Date: 12 Oct 1998 19:54:18
Message: <3622889a.0@news.povray.org>
Lapo Luchini <lap### [at] usanet>  wrote:
>I think you could obtain easily the seconds of CPU occupation (task manager and
wintop do it someway).. and I think that's the best counter of time
>used.. it pauses when the CPU is not used, even if taken by other programs and not by
a pause of the user..
>
>Or it isn't that simple?

Yes and no: Yes, it could be possible to get the time the process was active, but no,
it is not possible to get an accurate time because you still have the process mamager
overhead (switching, getting the time etc.) and so the longer the rendering the larger
the overhead. I would guess it is a few seconds per hour and you would not have them
with a single task system like DOS (ok, its interrupts will add a few microseconds as
well...).

However, you are right that using the CPU usage would be much more accurate than the
current implementation, but image all the programming overhead - there are simply more
important things to do than to implement a better working render time calculator...


    Thorsten


____________________________________________________
Thorsten Froehlich, Duisburg, Germany


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.