* Fixed notices issued from ProfilerSimpleUDP which were due to ProfilerSimple::profi...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Sep 2011 11:06:46 +0000 (11:06 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Sep 2011 11:06:46 +0000 (11:06 +0000)
commitf6cfcd59a42438fbfd3c3dde9b7c4bd18b0989a3
tree104ec113bccaf69ad27d8c4f02d1c60bc287b0ec
parenta0fc052e68a464e64813ae704f02aefda9b42a33
* Fixed notices issued from ProfilerSimpleUDP which were due to ProfilerSimple::profileOut() not adding a complete entry to $this->mCollated for a profile error.
* Simplified other points in the code where $this->mCollated entries were added, by using template arrays $this->errorEntry and $this->zeroEntry.
* Fixed double-counting of -total due to a -total entry being added to $this->mWorkStack both by parent::__construct() and ProfilerSimple::__construct().
* Tested against 1.18wmf1 only.
includes/profiler/ProfilerSimple.php