Log in

View Full Version : Profiler for Avisynth/Filters


Malcolm
12th July 2004, 09:35
Hi,
is there a possibility to profile avs-scripts? i think about an option (filter) in avisynth to dump a logfile. Basically a copy of he script plus relative + absolute times for every function/filter call added. memory consumption would also be nice.

Much cooler would be a graphical output: imagine giving out a 2D diagram with bars. every bar represents a function- /filter-call. You could visualize the relative + absolute running-times dynamically while the avs-ascript is running!

Greetings,
Malcolm

sh0dan
12th July 2004, 09:59
For overall filter speed you can use Kronos or AvsTimer. Both are here (http://www.avisynth.org/warpenterprises/).

For function profiling and hotspot identification I personally use AMD Codeanalyst (http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_3604,00.html) - available for free. Intels VTune should also be good, but there is no free version AFAICT.