mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)
This commit is contained in:
parent
4132f713c8
commit
ec1ae37f69
Notes:
sideshowbarker
2024-07-19 10:10:34 +09:00
Author: https://github.com/awesomekling
Commit: ec1ae37f69
4 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,7 @@ HashMap<pid_t, CProcessStatistics> CProcessStatisticsReader::get_all()
|
|||
process.nfds = process_object.get("nfds").to_u32();
|
||||
process.name = process_object.get("name").to_string();
|
||||
process.tty = process_object.get("tty").to_string();
|
||||
process.pledge = process_object.get("pledge").to_string();
|
||||
process.amount_virtual = process_object.get("amount_virtual").to_u32();
|
||||
process.amount_resident = process_object.get("amount_resident").to_u32();
|
||||
process.amount_shared = process_object.get("amount_shared").to_u32();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue