mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00
SystemMonitor: Show thread name instead of process name
Add the thread name to CThreadStatistics and display it in the system monitor's process model instead of the process name.
This commit is contained in:
parent
f67d007864
commit
e09a02ad3f
3 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,7 @@ struct CThreadStatistics {
|
|||
unsigned file_write_bytes;
|
||||
String state;
|
||||
String priority;
|
||||
String name;
|
||||
};
|
||||
|
||||
struct CProcessStatistics {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue