var start = new Date().getTime();
//your code here.
var end = new Date().getTime();
var time = end - start;
alert('Execution time: ' + time);
No comments:
Post a Comment