POV-Ray : Newsgroups : povray.general : Silly little feature request : Re: Silly little feature request Server Time
10 Aug 2024 15:20:54 EDT (-0400)
  Re: Silly little feature request  
From: Thorsten Froehlich
Date: 2 Dec 1999 15:31:25
Message: <3846d71d@news.povray.org>
In article <3846b2f6@news.povray.org> , "TonyB" 
<ben### [at] panamaphoenixnet> wrote:

> I was wondering if there is a way add a counter to check parse times with. I
> would like to know how long it takes to parse from point A to point B,
> informing myself via #debug, like so:
>
> #declare A = parse_time;
> #debug "Parsing hf.png...\n"
> #declare M = height_field {png "hf2.png" smooth}
> #declare B = parse_time;
> #debug concat("Done...parse time for hf.png: ",str(B-A,0,5),\n")
>
> "parse_time" represents the variable that tells us how long POV-Ray has been
> parsing until that point in the file. It should be measured in seconds and
> their fractions.

Well, you can just use the file-IO to measure time. At the beginning of the
scene create one file, at each time you want to measure the time create
another. Depending on your file system you can get the time at least down to
seconds precision.  Of course you have to calculate the differences manually
:-)


    Thorsten


____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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