mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
SystemMonitor: Split up kmalloc labels
Otherwise, the numbers overflow the space after a while.
This commit is contained in:
parent
cb167ea388
commit
cd39eea7a9
Notes:
sideshowbarker
2024-07-19 04:21:57 +09:00
Author: https://github.com/BenWiederhake
Commit: cd39eea7a9
Pull-request: https://github.com/SerenityOS/serenity/pull/2971
2 changed files with 12 additions and 6 deletions
|
@ -45,6 +45,8 @@ private:
|
|||
GraphWidget& m_graph;
|
||||
RefPtr<GUI::Label> m_user_physical_pages_label;
|
||||
RefPtr<GUI::Label> m_supervisor_physical_pages_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_space_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_count_label;
|
||||
RefPtr<GUI::Label> m_kfree_count_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_difference_label;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue