[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
The YUI JavaScript profiler.
File Size: | 561 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
createReport(name) X-Ref |
Creates a report object with the given name. param: {String} name The name to store for the report object. return: {Void} |
saveDataPoint(name, duration) X-Ref |
Called when a method ends execution. Marks the start and end time of the method so it can calculate how long the function took to execute. Also updates min/max/avg calculations for the function. param: {String} name The name of the function to mark as stopped. param: {int} duration The number of milliseconds it took the function to return: {Void} |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |