Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Execution-time

To calculate the execution-time of a script.
User two variables where we stoer begin and end time of the script


Inizio = Timer()


'Inizio script

'.....

'Fine script


Fine = Timer()


Durata = Fine - Inizio

Response.Write "Execution time: " & Durata & " seconds !"

Download code...


Print this page


 

Inizio pagina

risorse per webmaster