r93808 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93807‎ | r93808 | r93809 >
Date:08:00, 3 August 2011
Author:midom
Status:ok
Tags:
Comment:
removing a comment that doesn't make any sense after r91441 refactoring :-)
Modified paths:
  • /trunk/phase3/includes/profiler/ProfilerSimpleText.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/ProfilerSimpleText.php
@@ -41,7 +41,6 @@
4242 }
4343 }
4444
45 - /* dense is good */
4645 static function sort( $a, $b ) {
4746 return $a['real'] < $b['real']; /* sort descending by time elapsed */
4847 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91441Added percentages to ProfilerSimpleTextaaron06:39, 5 July 2011

Status & tagging log