Changed TransactionProfiler to only work via the DB classes
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 5 Nov 2014 23:05:22 +0000 (15:05 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 6 Nov 2014 18:30:51 +0000 (10:30 -0800)
commit671bcd8d27e7e4be6b1dcbdf9629946cdb46dd98
tree26cf5f75fbd5d66cf25beae606d3d55f27697f22
parent5e4365fd9a275a709167e784f0a56f5053898358
Changed TransactionProfiler to only work via the DB classes

* This makes it work with xhprof/xdebug, though it will only examine DB queries.

Change-Id: I999b66e6c3af88dda408b2252c248e085af9eea4
includes/db/Database.php
includes/profiler/Profiler.php
includes/profiler/ProfilerStandard.php
includes/profiler/ProfilerStub.php
includes/profiler/TransactionProfiler.php