POV-Ray : Newsgroups : povray.unofficial.patches : FEATURE REQUEST: Time stamp Server Time
5 Jul 2024 12:48:12 EDT (-0400)
  FEATURE REQUEST: Time stamp (Message 1 to 6 of 6)  
From: Greg M  Johnson
Subject: FEATURE REQUEST: Time stamp
Date: 8 Nov 2001 14:07:37
Message: <3BEAD79F.DCE548ED@aol.com>
I'm often doing parameter optimization, say of radiosity settings or
some complex math thingy, where I want to know how long it took to
render.

Ideally, a post_process would be added that would stamp the HH:MM:SS it
took to render.


Post a reply to this message

From: Daniel Matthews
Subject: Re: FEATURE REQUEST: Time stamp
Date: 8 Nov 2001 16:42:06
Message: <1637710.uAF1LB88bM@3-e.net>
Like this?
http://stamp.sourceforge.net/index.html

Greg M. Johnson wrote:

> I'm often doing parameter optimization, say of radiosity settings or
> some complex math thingy, where I want to know how long it took to
> render.
> 
> Ideally, a post_process would be added that would stamp the HH:MM:SS it
> took to render.


Post a reply to this message

From: Peter Popov
Subject: Re: FEATURE REQUEST: Time stamp
Date: 8 Nov 2001 17:04:22
Message: <p70mut8h2ajie0cvc6r979avdime5st69n@4ax.com>
On Thu, 08 Nov 2001 14:06:07 -0500, "Greg M. Johnson"
<"gregj56590[:-0]"@aol.com> wrote:

>I'm often doing parameter optimization, say of radiosity settings or
>some complex math thingy, where I want to know how long it took to
>render.
>
>Ideally, a post_process would be added that would stamp the HH:MM:SS it
>took to render.

In WIndows, check the rerun dialog, it lists the render time of the
scenes.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Greg M  Johnson
Subject: Re: FEATURE REQUEST: Time stamp
Date: 9 Nov 2001 09:13:51
Message: <3BEBE43C.B4FCEF6A@aol.com>
Peter Popov wrote:

> In WIndows, check the rerun dialog, it lists the render time of the
> scenes.

Thanks, but that's just a half step above doing the arithmetic from the file
creation times in my directory listing.

If say I'm doing a brute force optimization of radiosity settings, I want to
know if the images of my multiple permutations look good and were completed
timely at the same time.


Post a reply to this message

From: s1631001
Subject: Re: FEATURE REQUEST: Time stamp
Date: 30 Nov 2001 07:03:12
Message: <3C077598.18054F26@namtar.qub.ac.uk>
I'm pretty sure MegaPOV can do this. Check the manual (I don't have it
handy)

-- 
signature{
  "Grey Knight"
  contact{ email "gre### [at] yahoocom" }
  site_of_week{ url "http://mathworld.wolfram.com" }
}


Post a reply to this message

From: s1631001
Subject: Re: FEATURE REQUEST: Time stamp
Date: 30 Nov 2001 08:20:24
Message: <3C0787B1.700DC079@namtar.qub.ac.uk>
s1631001 wrote:
> I'm pretty sure MegaPOV can do this.
Actuall, it's not quite what you wanted; this only stamps the parse
time.

//---soe---

//# at start of file, put
#declare ParseStart = start_chrono;
.
.
.
//  file body
.
.
.
//# at end of file
#declare ParseEnd = current_chrono;
text{
  concat(str(ParseEnd,2,2)," s for parse")
  .
  .
  .
  //$ modifiers to align text object with camera plane
}

//---eoe---

Oh well...

-- 
signature{
  "Grey Knight"
  contact{ email "gre### [at] yahoocom" }
  site_of_week{ url "http://www.esite-host.com/~rocketmg/" }
}


Post a reply to this message

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