Don't call Profiler::collateData() from ProfilerSimpleUDP, it destroys $this->mCollat...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Sep 2011 01:28:08 +0000 (01:28 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Sep 2011 01:28:08 +0000 (01:28 +0000)
commit806756e4b5cd94e281f0ee84a37e556b753ce945
tree28cb5996b799d06df8554d0d763385f3febd3909
parent70dc1f53fb5add46020ddb8ea84e6ec63a66001e
Don't call Profiler::collateData() from ProfilerSimpleUDP, it destroys $this->mCollated which was filled by profileOut(), leading to a profile with only overhead entries. Call Profiler::close() instead, like what ProfilerSimpleText does.
includes/profiler/ProfilerSimpleUDP.php