From 42795d34d0d86660a164f9312ddf1b150e4e3f32 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 24 Oct 2003 21:42:54 +0000 Subject: [PATCH] Removed the percentage thing, it's not entirely useful. --- plugins/Status.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/Status.py b/plugins/Status.py index 54a32e28a..97af7a661 100644 --- a/plugins/Status.py +++ b/plugins/Status.py @@ -178,11 +178,9 @@ class Status(callbacks.Privmsg): 'of system time, for a total of %.2f seconds of CPU ' 'time. My children have taken %.2f seconds of user time ' 'and %.2f seconds of system time for a total of %.2f ' - 'seconds of CPU time. I\'ve taken a total of %.2f%% of ' - 'this computer\'s time. Out of %s I have %s active.' % + 'seconds of CPU time. Out of %s I have %s active.' % (user, system, user + system, childUser, childSystem, childUser + childSystem, - (user+system+childUser+childSystem)/timeRunning, utils.nItems(world.threadsSpawned, 'thread', 'spawned'), activeThreads)) mem = None