Searched defs:max (Results 1 - 1 of 1) sorted by relevance
| /yui3/src/profiler/js/ |
| H A D | Profiler.js | 31 max: 0, 42 * updates min/max/avg calculations for the function. 69 functionData.max = Math.max(functionData.max, duration); 73 functionData.max = duration; 287 return report[name].max; 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, averag [all...] |
Completed in 28 milliseconds