* Fix Profiler::getUserTime() to return a float and not string with space separated...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 15 Jan 2012 11:42:36 +0000 (11:42 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 15 Jan 2012 11:42:36 +0000 (11:42 +0000)
commitbddbb77e99de25f767da0126370c59311540e6b8
tree6668db5e18e3472844375f54b5060fb54e87bc40
parent0c4b2099e68861906d1d9bae03ed4f9aa72946f9
* Fix Profiler::getUserTime() to return a float and not string with space separated values since, was breaking difference calculation since PHP doesn't know how to make the difference of two strings :P
* Same when adding fake items in the stack after a profiling error
* Removed useless ProfilerSimple::getTime()
includes/profiler/Profiler.php
includes/profiler/ProfilerSimple.php