Posts Tagged Determining
Profiling code performance – Aptana
Introduction. The Firebug console provides you with three ways to detect performance problems in your code : Determining how long a function takes to execute; Running a code profile on a script; Running a code profile on specific blocks …