mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed the percentage thing, it's not entirely useful.
This commit is contained in:
parent
9320ad0e4e
commit
42795d34d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user