equal
deleted
inserted
replaced
|
1 YUI Profiler |
|
2 Module Name: "profiler" |
|
3 Documentation: http://developer.yahoo.com/yui/3/profiler |
|
4 |
|
5 3.0.0 |
|
6 |
|
7 * Fixed missing return value (trac# 2527921) |
|
8 |
|
9 3.0.0b1 |
|
10 |
|
11 * Changed profiler so that unregistering a function/object no longer deletes all recorded data. |
|
12 * Added clear() method to remove profiler data. |
|
13 * Added instrument() method to profile anonymous functions. |
|
14 * Added getReport() method and deprecated getFunctionReport(). |
|
15 * Added getOriginal() method to retrieve uninstrumented versions of functions. |
|
16 * Implemented stopwatch functionality. |
|
17 |
|
18 3.0.0PR2 |
|
19 |
|
20 * No changes. |
|
21 |
|
22 3.0.0PR1 |
|
23 |
|
24 * Initial release |