Ventuz Technology Group Forum  

Ventuz Forums » Ventuz » Feature Request... » Re: Rendering statistics

Re: Rendering statistics
Started by Etienne95 at 08-06-2009 1:52. Topic has 7 replies.

Print Search « Previous Thread Next Thread »
  08-06-2009, 1:52
Etienne95 is not online. Last active: 11/15/2009 9:39:15 AM Etienne95



Top 25 Posts
Joined on 05-01-2007
Los Angeles, California
Posts 60
Rendering statistics
It would be great to be able to monitor rendering statistics such as frame render time, frame transfer time, dropped frames, etc. so we can identify any problems with a scene or its animation, and the areas where our scene is close to dropping frames.
   Report 
  08-06-2009, 8:54
The Krix is not online. Last active: 3/8/2010 1:37:52 PM The Krix



Top 10 Posts
Joined on 08-22-2007
Dubai
Posts 247
Re: Rendering statistics
You can have Ventuz write dropped frames to the log files by adding the option -df (for DropFrame obviously) when starting the application. Works in Designer, Presenter and Runtime. We have been using it quite a lot. But it is a chicken-and-the-egg thing. If you have the info that a dropped f rame occured written to the log file, you might get another drop frame just for that. And that could end up in a loop. Could happen. It did so a few times. Not very often but it did. I would never recommend having that run on a runtime machine. But on a Designer machine it is good to identify problems. By the way, you can also add the -ap (Append Log) option to have the log not cleared after a relaunch of Ventuz.

Krix

   Report 
  01-10-2010, 9:21
cclad is not online. Last active: 2/19/2010 4:22:41 PM cclad

Top 10 Posts
Joined on 02-01-2006
Posts 140
Re: Rendering statistics
I think that "append log" option is -al not -ap ...

btw can someone post a list of all presenter options ?

   Report 
  01-10-2010, 23:35
Thomas K is not online. Last active: 1/30/2010 3:05:59 PM Thomas K

Top 25 Posts
Joined on 04-01-2009
Posts 30
Re: Rendering statistics
+1 on the presenter command line options

   Report 
  01-11-2010, 16:58
Karol is not online. Last active: 2/26/2010 11:48:30 AM Karol



Top 10 Posts
Joined on 05-15-2005
Posts 428
Re: Rendering statistics
-al : append to existing log file
-stats: show performance statistics
-kill: kill other running instance of ventuz
-df: log drop frames


   Report 
  01-11-2010, 19:15
cclad is not online. Last active: 2/19/2010 4:22:41 PM cclad

Top 10 Posts
Joined on 02-01-2006
Posts 140
Re: Rendering statistics
thank you, karol :) -kill option solves some of my present problems ... and one more question, how to log errors with date too (not only time)?

   Report 
  01-11-2010, 21:03
The Krix is not online. Last active: 3/8/2010 1:37:52 PM The Krix



Top 10 Posts
Joined on 08-22-2007
Dubai
Posts 247
Re: Rendering statistics
You can use a script to write to the Log file yourself - anything you want! :)

Ventuz.Kernel.VLog.Info("Module Text here", "Actual message text here", Ventuz.Kernel.VPopup.Never);

You can bind a DateTime Node to the script or use the Script itself to get DateTime values and have it write whatever and whenever you want into the Log file. The example here write to the log file on the Info Level. RightClick in the Message window and select Info from the MessageLevel to see them. Per default Ventuz only displays Errors there. That setting has no effect on the log file itself.

Krix



   Report 
  01-11-2010, 22:24
cclad is not online. Last active: 2/19/2010 4:22:41 PM cclad

Top 10 Posts
Joined on 02-01-2006
Posts 140
Re: Rendering statistics
nice, krix, but I need it in Express edition :( ... in Message window there I can see date. You know, log file of presenter without date is almost unusable.
   Report