From: Domas Mituzas Date: Sat, 12 Jan 2008 17:39:02 +0000 (+0000) Subject: remove Cpu from here too X-Git-Tag: 1.31.0-rc.0~50044 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=2d47f0219f9ed4f7d44eb12722029ba3557771a5;p=lhc%2Fweb%2Fwiklou.git remove Cpu from here too --- diff --git a/includes/ProfilerSimple.php b/includes/ProfilerSimple.php index 7239df98b6..d41e0a1885 100644 --- a/includes/ProfilerSimple.php +++ b/includes/ProfilerSimple.php @@ -74,7 +74,6 @@ class ProfilerSimple extends Profiler { $this->debug( "$message\n" ); } $entry =& $this->mCollated[$functionname]; - $elapsedcpu = $this->getCpuTime() - $octime; $elapsedreal = microtime(true) - $ortime; if (!is_array($entry)) { $entry = array('real' => 0.0, 'count' => 0);