Running my script it measures the time some actions took.
I am looking for a way to save these times in a .txt file instead of using comment() or println(), to make it easier to see which steps might have too long loading times.
My first soltution was using Printstream, but it does not work if I test on the Kobiton cloud.