* Added Profiler::addInitialStack() to separate definitions of local variables and...
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 23 Mar 2012 15:25:22 +0000 (16:25 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 23 Mar 2012 15:25:22 +0000 (16:25 +0100)
commitc7df7ade694d38cddc8ec358fe0453cffd6ef379
tree55c10696214881523a36362a856f8b8a088e20e8
parente12974d6a2fbd6ddafbe4193a836b1c5113af4a9
* Added Profiler::addInitialStack() to separate definitions of local variables and insertion of the first stacks
* Use it in ProfilerSimple and call $this->profileOut() there to factorise common code

Change-Id: I2eb74088c6087a7c2dd32af1a1f600f327178c67
includes/profiler/Profiler.php
includes/profiler/ProfilerSimple.php