src/cm/media/js/lib/yui/yui_3.0.0b1/releasenotes/README.profiler
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 YUI Profiler
       
     2 Module Name: "profiler"
       
     3 Documentation: http://developer.yahoo.com/yui/3/profiler
       
     4 
       
     5 3.0.0b1
       
     6 
       
     7     * Changed profiler so that unregistering a function/object no longer deletes all recorded data.
       
     8     * Added clear() method to remove profiler data.
       
     9     * Added instrument() method to profile anonymous functions.
       
    10     * Added getReport() method and deprecated getFunctionReport().
       
    11     * Added getOriginal() method to retrieve uninstrumented versions of functions.
       
    12     * Implemented stopwatch functionality.
       
    13   
       
    14 3.0.0PR2
       
    15 
       
    16     * No changes.
       
    17 
       
    18 3.0.0PR1
       
    19 
       
    20     * Initial release