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 '
|
'of system time, for a total of %.2f seconds of CPU '
|
||||||
'time. My children have taken %.2f seconds of user time '
|
'time. My children have taken %.2f seconds of user time '
|
||||||
'and %.2f seconds of system time for a total of %.2f '
|
'and %.2f seconds of system time for a total of %.2f '
|
||||||
'seconds of CPU time. I\'ve taken a total of %.2f%% of '
|
'seconds of CPU time. Out of %s I have %s active.' %
|
||||||
'this computer\'s time. Out of %s I have %s active.' %
|
|
||||||
(user, system, user + system,
|
(user, system, user + system,
|
||||||
childUser, childSystem, childUser + childSystem,
|
childUser, childSystem, childUser + childSystem,
|
||||||
(user+system+childUser+childSystem)/timeRunning,
|
|
||||||
utils.nItems(world.threadsSpawned, 'thread', 'spawned'),
|
utils.nItems(world.threadsSpawned, 'thread', 'spawned'),
|
||||||
activeThreads))
|
activeThreads))
|
||||||
mem = None
|
mem = None
|
||||||
|
Loading…
Reference in New Issue
Block a user