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

/yui3/src/profiler/js/
H A DProfiler.js125 * @param {Function} method The function to instrument.
127 * @method instrument
130 instrument: function(name, method){
406 owner[funcName] = this.instrument(name, method);

Completed in 6 milliseconds