Added wfProfileOut for early returns in ResourceLoaderModule::getDefinitionMtime
authorOri Livneh <ori@wikimedia.org>
Tue, 3 Dec 2013 06:10:44 +0000 (22:10 -0800)
committerOri Livneh <ori@wikimedia.org>
Tue, 3 Dec 2013 06:10:44 +0000 (22:10 -0800)
commit185d1bc25536b72c05f6f3f3ded1e3dd9b78e925
treedfbe0536f63ad3286a679c79fa3df69ed7a10c83
parentd3bdda32211425d2ecd2deb8eee5101dc068ee25
Added wfProfileOut for early returns in ResourceLoaderModule::getDefinitionMtime

I added the profiling calls in PS13 of I00cf086c9 but forgot to add
wfProfileOuts for the early returns.

Change-Id: Ibcd22daba8da0e087376553bca271796e0d207e5
includes/resourceloader/ResourceLoaderModule.php