View Single Post
Old 10th August 2021, 22:42   #2  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,555
Quote:
Originally Posted by Earthnuker View Post
Hello everyone,

i was wondering if it is possible to benchmark a Vapoursynth filter-graph to measure the timing of individual processing steps in a script.
I could probably build something using binary instrumentation that works without recompiling VS but I thought I'd ask before wasting time.

Best regards,

Earthnuker
The new api test builds here
https://forum.doom9.org/showthread.php?t=183070
has "--filter-time" as a vspipe argument that will probably output what you want. There's also "--graph simple" that will output the full graph in graphviz format.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote