Feeds:
Posts
Comments

Archive for November 5th, 2009

YUI Profiler

Yahoo User Interface (YUI) provides a very good feature to profile your javascript code. One can measure the performance of their code in the terms of the number of times the function call, average time, minimum time,
maximum time taken by a code block or script to execute. The best feature I feel with YUI code profiler [...]

Read Full Post »