mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
SystemMonitor: Add a status bar to the main window
To get us started, this shows the number of processes and threads in the last captured state.
This commit is contained in:
parent
1e912fb5a1
commit
0f7443f010
3 changed files with 15 additions and 3 deletions
|
@ -94,6 +94,7 @@ public:
|
|||
};
|
||||
|
||||
Function<void(const NonnullOwnPtrVector<CpuInfo>&)> on_cpu_info_change;
|
||||
Function<void(int process_count, int thread_count)> on_state_update;
|
||||
|
||||
const NonnullOwnPtrVector<CpuInfo>& cpus() const { return m_cpus; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue