devxlogo

Benchmarking the Speed of JavaScript/Angular Functions

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');

devx-admin

Share the Post: