[thelist] ASP script running time.

darren darren at web-bitch.co.uk
Wed Mar 12 06:01:19 CST 2003


On Wednesday, March 12, 2003 at 11:38, Craig wrote:

C> Hi,

C> Does anyone have a way of calculating the running time of a script in a
C> VBScript ASP page?
C> I would like to print out how long it took to process the page and print it at
C> the bottom.

take a look at:

   http://www.learnasp.com/learn/speedtimer.asp

depending on how accurate you want your results to be you can simply
get the current time, do all your processing and get the time again.
subtract the initial time from the final and you have how long it
took.

hth,

darren.



More information about the thelist mailing list