Time recording in .csv file

I am presenting a text component for 1 to 30 frames. It is set to start at frames = 0 and for a duration of 1 to 20 frames. I think the timing is doing some strange things, so i want to know how long the text was actually on. In the .csv file there is a number in the column “text.started” but the column “text.stopped” there is the answer “none”. How can I get the program to record the actual time for “text.stopped”?

If the routine ends when the text does, then you could add a code component with print(t) in the End Routine tab, this would print the time stopped to the StdOut in the Runner window

Thank you Todd: I found the times in the .log file.

Lee