Lines Matching defs:calls
30 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, and points).
330 * returns all information (min, max, average, calls, etc.) for each