r83224 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83223‎ | r83224 | r83225 >
Date:18:07, 4 March 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Profiling
Modified paths:
  • /trunk/extensions/Translate/specials/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/specials/SpecialLanguageStats.php
@@ -321,6 +321,8 @@
322322 return $incache;
323323 }
324324
 325+ wfProfileIn( __METHOD__ );
 326+
325327 // Initialise messages.
326328 $collection = $group->initCollection( $code );
327329 $collection->setInFile( $group->load( $code ) );
@@ -346,6 +348,8 @@
347349 $cache->commit();
348350 }
349351
 352+ wfProfileOut( __METHOD__ );
 353+
350354 return $result;
351355 }
352356

Status & tagging log