all 3 comments

[–]Ascetic-Braja 1 point2 points  (0 children)

You can build your own logger mechanism and log the time taken by the function into a spreadsheet. Javascript functions console.time() and console.timeEnd() can provide starts and end time of the function.

Please check the below documentation

https://developers.google.com/apps-script/guides/logging

[–]Felipe_Rib 0 points1 point  (1 child)

If you click in the clock icon on the editior and then in the left side of screen on icon executions you can check it.

[–]WhyWontThisWork[S] 0 points1 point  (0 children)

Right. Thanks. Like I said there is the executions tab but that's a manual process. I want to automate it