mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
SystemMonitor: Display processes and their threads in a tree :^)
This shows all non-main threads as children of the process they belong to. We also show the TID as that is important to distinguish the different threads in one process. Fixes #65 :skeleyak:
This commit is contained in:
parent
cd5ed44f64
commit
0a61b45b64
Notes:
sideshowbarker
2024-07-17 14:20:26 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 0a61b45b64
Pull-request: https://github.com/SerenityOS/serenity/pull/13516
Issue: https://github.com/SerenityOS/serenity/issues/65
4 changed files with 265 additions and 54 deletions
|
@ -23,9 +23,11 @@
|
|||
spacing: 0
|
||||
}
|
||||
|
||||
@GUI::TableView {
|
||||
@GUI::TreeView {
|
||||
name: "process_table"
|
||||
column_headers_visible: true
|
||||
should_fill_selected_rows: true
|
||||
selection_behavior: "SelectRows"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue