mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:07:44 +00:00
CProcessStatisticsReader: Be consistent about terminology from the kernel down
This commit is contained in:
parent
9724d540b6
commit
a9d1a86e6e
7 changed files with 74 additions and 48 deletions
|
@ -41,14 +41,14 @@ private:
|
|||
|
||||
struct ProcessState {
|
||||
pid_t pid;
|
||||
unsigned nsched;
|
||||
unsigned times_scheduled;
|
||||
String name;
|
||||
String state;
|
||||
String user;
|
||||
String priority;
|
||||
size_t virtual_size;
|
||||
size_t physical_size;
|
||||
unsigned syscalls;
|
||||
size_t amount_virtual;
|
||||
size_t amount_resident;
|
||||
unsigned syscall_count;
|
||||
float cpu_percent;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue