Lines Matching refs:calls
32 calls: 0,
63 //increment the calls
64 functionData.calls++;
68 if (functionData.calls > 1) {
69 functionData.avg = ((functionData.avg*(functionData.calls-1))+duration)/functionData.calls;
125 * Instruments a method to have profiling calls.
275 return report[name].calls;
308 * The object has an entry for min, max, avg, calls, and points).
320 * The object has an entry for min, max, avg, calls, and points).
332 * returns all information (min, max, average, calls, etc.) for each