Added custom frame support to Profiler
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 22 Nov 2014 01:13:27 +0000 (17:13 -0800)
committerBryan Davis <bd808@wikimedia.org>
Tue, 25 Nov 2014 21:52:21 +0000 (14:52 -0700)
commit240152117c999df805fbec6ec9c0d4fd1d06b8c4
treec5a201cfcbde299f805d736ad093a3b9ccbbe687
parent5060811867d78b6278d79117116e81bb8d0070e2
Added custom frame support to Profiler

* Made use of it in the DatabaseBase classes
* For the xhprof class, this only works in HHVM for now

Change-Id: I95d7cc128d4a770328fbdd2b546972d3fc2e2e8a
includes/db/Database.php
includes/profiler/Profiler.php
includes/profiler/ProfilerStandard.php
includes/profiler/ProfilerStub.php
includes/profiler/ProfilerXhprof.php