Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to track the execution time?
#4
Solved: 10 Years, 10 Months, 2 Weeks ago
Hi Ravi,

You can use the following code to get the time taken to perform the functionality.

Quote:StartTime = Timer
---Your Code Here
EndTime = Timer
TimeDiff = EndTime - StartTime
DataTable("TimeTaken",dtLocalSheet) = TimeDiff

I have put the time difference in the Data Table. I hope you know how a value is stored in an external excel sheet.
Reply


Messages In This Thread
RE: How to track the execution time? - by PrabhatN - 12-22-2010, 03:07 PM
RE: How to track the execution time? - by pufftmd - 02-08-2011, 08:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  cross browser testing - am I on the right track? rerosenb 3 3,547 01-07-2011, 08:55 AM
Last Post: nandu
  How to skip the execution of Script lines in run time azeem 5 11,623 02-01-2010, 03:14 PM
Last Post: Saket
  execution time elsekra 2 3,004 11-28-2008, 07:43 PM
Last Post: elsekra

Forum Jump:


Users browsing this thread: 1 Guest(s)