script execution time
I want to show the execution time of scripts in a page. Just like
"This page was generated in 0.2 seconds."
shown in the pages of this forum.
For this, I am setting the current time at the beginning of the page. Then at the end of the page, I am again setting the current time in a different variable. Then I am finding the difference using datediff function.
However, I find that we cannot get the difference in microseconds using this method. May I know how can I get the current time including microseconds also ?
May I know there are any other methods to findout the script execution time using classic ASP only (No server side components)?
|