mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:38:12 +00:00
Show the amount of memory in GraphicsBitmaps in /bin/top.
This seems like an extremely relevant metric to track.
This commit is contained in:
parent
b1e054ffe8
commit
41567c5bb9
6 changed files with 37 additions and 13 deletions
|
@ -273,6 +273,7 @@ public:
|
|||
size_t amount_virtual() const;
|
||||
size_t amount_resident() const;
|
||||
size_t amount_shared() const;
|
||||
size_t amount_in_bitmaps() const;
|
||||
|
||||
Process* fork(RegisterDump&);
|
||||
int exec(const String& path, Vector<String>&& arguments, Vector<String>&& environment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue