How to caluclate the time which our computer taking to execute our program.
There is a inbuilt function Perfomance.now() which take time stamp at current point .
So, we can use that by putting it at the point of starting and ending and we can calculate the time, by taking
difference of Starting time stamp subtract to Ending time stamp.
so here we have written an Example and we console.log timeStam2 - timeStam1 .
and we are getting 7 milliseconds in output .
the Time can be vary accoring to the Pc perfomance .
But now we know that how we can calculate the time of Executing of our Program.
Watch video How to calculate Execution time of Program | online without registration, duration hours minute second in high quality. This video was added by user CodingWithKaushik 20 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 977 once and liked it 34 people.