X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=profileinfo.php;h=885a9e9f4412d7a34bb9b66c9452045cddfc1152;hb=5c9d0c379ec3a7f2f90e7884dffe9870a11a7cf9;hp=0e4131b1479543efe75a7d998011ff5533ae27fe;hpb=067fe75c717cc085742a5d20e61c80a4c1b80ca0;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index 0e4131b147..885a9e9f44 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -221,9 +221,9 @@ class profile_point { count(); ?> callsPerRequest() ), 2 ); ?> timePerCall() ), 2 ); ?> - memoryPerCall() / 1024 ), 2 ); ?> + memoryPerCall() / 1024 ), 2 ); ?> time() / self::$totalcount ), 2 ); ?> - memory() / self::$totalcount / 1024 ), 2 ); ?> + memory() / self::$totalcount / 1024 ), 2 ); ?> $_filter ? $_filter : $filter, 'sort' => $_sort ? $_sort : $sort, 'expand' => implode( ',', array_keys( $_expand ) )