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

/yui3/src/profiler/js/
H A DProfiler.js30 calls: 0,
61 //increment the calls
62 functionData.calls++;
66 if (functionData.calls > 1) {
67 functionData.avg = ((functionData.avg*(functionData.calls-1))+duration)/functionData.calls;
123 * Instruments a method to have profiling calls.
273 return report[name].calls;
306 * The object has an entry for min, max, avg, calls, and points).
318 * The object has an entry for min, max, avg, calls, an
[all...]

Completed in 21 milliseconds