Searched refs:totals (Results 1 – 3 of 3) sorted by relevance
58 var $totals = array(); variable in Interop_Client544 $this->totals = array();554 $this->totals['servers']++;597 $this->totals['fail']++;606 $this->totals['fail']++;613 $this->totals['calls']++;687 $this->totals['success'] = 0;688 $this->totals['fail'] = 0;692 $this->totals['servers']++;702 $this->totals['calls'] = count($methods) * $this->totals['servers'];[all …]
197 @$this->totals[true] += $this->stats[$path][true];198 @$this->totals[false] += $this->stats[$path][false];221 $total = array_sum($this->totals);224 $this->totals[true],225 $this->totals[false],226 (100 / $total) * $this->totals[true]);553 protected $totals; variable in phpdbg\\testing\\Test
129369 static const u8 totals[] =129379 prior = totals[count];129382 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
Completed in 288 milliseconds