jQuery Profiler


/ Published in: JavaScript
Save to your folder(s)

Track how long code takes to load by using a cross browser profiler. Useage :

profiler("start");
//your js
profiler.done("#profiler");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.