Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 93032

Re: Script Running time log report

$
0
0

var start = new Date().getTime(); 

 

//Your scripts goes here.

 

var end = new Date().getTime(); 

var time = end - start; 

var seconds = Math.round(time/1000),

var minutes = Math.round(seconds/60);

var hr = Math.round(minutes/60);

 

alert(hr + ":" + minutes + ":" + seconds);


Viewing all articles
Browse latest Browse all 93032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>