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

/yui3/src/parallel/js/
H A Dparallel.js38 this.total = 0;
51 * The total items in the stack
52 * @property total
55 total: null,
69 self.total += 1;
82 if (self.finished >= self.total && self.callback) {
/yui3/src/profiler/js/
H A DProfiler.js179 stopwatch.total += (now - stopwatch.start);
210 total: 0
235 saveDataPoint(name, stopwatch.total + (now - stopwatch.start));
237 saveDataPoint(name, stopwatch.total);
242 stopwatch.total = 0;

Completed in 703 milliseconds