From 2d47f0219f9ed4f7d44eb12722029ba3557771a5 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sat, 12 Jan 2008 17:39:02 +0000 Subject: [PATCH] remove Cpu from here too --- includes/ProfilerSimple.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1