I wanted to see how long it takes for my workflow to finish executing. I found the Timer Info node which has an output port that’s supposed to feed into the data, but I’m not sure how to use it when the first node I have is a File Reader.
in the first workflow simple file reader comes after the file reader and then the timer info. The process is sequentially.
So how can the time for the file reader be accurate when the data first needs to process the simple file reader as well before measuring it?
Timer Info node is developed in a way that execution times are accurate regardless of execution order. not a developer but would say it calculates difference between node start and finish (if finish is successful).