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

Joined on 05-01-2007
Los Angeles, California
Posts 60
|
|
|
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

Joined on 08-22-2007
Dubai
Posts 247
|
|
|
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
Joined on 02-01-2006
Posts 140
|
|
|
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
Joined on 04-01-2009
Posts 30
|
|
|
+1 on the presenter command line options
|
|
|
|
|
Report
|
|
|
|
01-11-2010, 16:58
|
Karol

Joined on 05-15-2005
Posts 428
|
|
|
-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
Joined on 02-01-2006
Posts 140
|
|
|
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

Joined on 08-22-2007
Dubai
Posts 247
|
|
|
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
Joined on 02-01-2006
Posts 140
|
|
|
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
|
|
|
|
|
 |