Searched defs:report (Results 1 - 1 of 1) sorted by relevance

/yui3/src/profiler/js/
H A DProfiler.js11 report = {}, //Profiling information for functions
22 * Creates a report object with the given name.
23 * @param {String} name The name to store for the report object.
29 report[name] = {
36 return report[name];
54 var functionData /*:Object*/ = report[name];
94 * Removes all report data from the profiler.
95 * @param {String} name (Optional) The name of the report to clear. If
96 * omitted, then all report data is cleared.
103 delete report[nam
[all...]

Completed in 13 milliseconds