X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=609ea9538cba65fe37fc61b024507bece2c27891;hb=92ba9fa33df3dc6d76dbc7e09eddd3e7da3f3b75;hp=f172cfb6f20918117ca4235033b43ecdd1f951d4;hpb=7f1df682b62457e267831ec6527ca4728723caef;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index f172cfb6f2..609ea9538c 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -320,7 +320,13 @@ if ( isset( $_REQUEST['sort'] ) && in_array( $_REQUEST['sort'], $sorts ) ) { $sort = $_REQUEST['sort']; } -$res = $dbr->select( 'profiling', '*', array(), 'profileinfo.php', array( 'ORDER BY' => 'pf_name ASC' ) ); +$res = $dbr->select( + 'profiling', + '*', + array(), + 'profileinfo.php', + array( 'ORDER BY' => 'pf_name ASC' ) +); if ( isset( $_REQUEST['filter'] ) ) { $filter = $_REQUEST['filter']; @@ -333,7 +339,9 @@ if ( isset( $_REQUEST['filter'] ) ) {

- "> + ">

@@ -341,15 +349,33 @@ if ( isset( $_REQUEST['filter'] ) ) { - - - - - - - - - + + + + + + + + + @@ -410,7 +436,9 @@ if ( isset( $_REQUEST['filter'] ) ) { } $points[] = $s; - usort( $points, 'compare_point' ); + // @codingStandardsIgnoreStart + @usort( $points, 'compare_point' ); + // @codingStandardsIgnoreEnd foreach ( $points as $point ) { if ( strlen( $filter ) && !strstr( $point->name(), $filter ) ) {
NameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/reqNameTime (%)Memory (%)CountCalls/reqms/callkb/callms/reqkb/req