debug: Don't separately calculate query runtime
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 21 Aug 2016 01:40:26 +0000 (18:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 21 Aug 2016 06:43:15 +0000 (06:43 +0000)
commit78b167b7636fa2b86ba40de55c9578f560b4e555
treed5d8d225ad86c767000d1894df1bacd7e94d6467
parent8499661ecfd0fb09af9b32b1b0131ad3b3003a86
debug: Don't separately calculate query runtime

It is already calculated for the transaction profiler, so re-use that.

Change-Id: Ifcc43484c25e00e2409fbfb421ca2f9cecd67492
includes/db/Database.php
includes/debug/MWDebug.php