See how to use the console’s time and timeend functions to capture time taken for a block of script to execute.
See below for a simple example.
//start the timerconsole.time('Start:Filter');//the Filter code//console.timeEnd('End:Filter');
Home » Benchmarking the Speed of JavaScript/Angular Functions
See how to use the console’s time and timeend functions to capture time taken for a block of script to execute.
See below for a simple example.
//start the timerconsole.time('Start:Filter');//the Filter code//console.timeEnd('End:Filter');