Skip to main content

Hello,

 

I need a help with how to calculate the run time in seconds the task takes to finish a request.

I’m looping over excel and in the loop i’m doing some steps i need to know for each record what is the run time in seconds. 

I tried Date package but the sutract again does not take 2 dates

Hi @Mohamed Timor,

 

Two things I can suggest. 

  1. You can see the total execution time of your BOT under Activity → History section. There will be Start time and End time and with that, you need to calculate the Total time taken.
  2. You can use Log to file action within the required areas just after a particular action with the Time stamp option enabled. With this, you will be able to understand the time taken by each action.

Reply