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 @@
42
42
}
43
43
}
44
44
45
- /* dense is good */
46
45
static function sort( $a, $b ) {
47
46
return $a['real'] < $b['real']; /* sort descending by time elapsed */
48
47
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91441
Added percentages to ProfilerSimpleText
aaron
06:39, 5 July 2011
Status & tagging log
10:07, 3 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r93808
[
removed:
new
added:
ok]