Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

console time

console.time();   // Begin timer
// Run code
console.timeEnd();   // End timer and output time
 
PREVIOUS NEXT
Tagged: #console #time
ADD COMMENT
Topic
Name
1+9 =